org.openanzo.owl.dataset
Class _ThingImpl

java.lang.Object
  extended by org.openanzo.jastor.DatasetThingImpl
      extended by org.openanzo.owl.dataset._ThingImpl
All Implemented Interfaces:
CoreThing, DatasetThing, _Thing, _Resource, Class

public class _ThingImpl
extends DatasetThingImpl
implements _Thing

Implementation of _Thing Use the org.openanzo.owl.dataset.OWL11Factory to create instances of this class.

(URI: http://www.w3.org/2002/07/owl#Thing)



Field Summary
 
Fields inherited from interface org.openanzo.owl.dataset._Thing
TYPE
 
Method Summary
 void addComment(java.lang.String comment)
          Add a 'comment' property value
 Class addDisjointUnionOf()
           
 void addDisjointUnionOf(Class disjointUnionOf)
           
 Class addDisjointUnionOf(org.openrdf.model.Resource resource)
           
 Class addDisjointWith()
           
 void addDisjointWith(Class disjointWith)
           
 Class addDisjointWith(org.openrdf.model.Resource resource)
           
 Class addEquivalentClass()
           
 void addEquivalentClass(Class equivalentClass)
           
 Class addEquivalentClass(org.openrdf.model.Resource resource)
           
 void addIsDefinedBy(_Resource isDefinedBy)
          Adds a value for the 'isDefinedBy' property
 _Resource addIsDefinedBy()
          Adds an anonymous value for the 'isDefinedBy' property
 _Resource addIsDefinedBy(org.openrdf.model.Resource resource)
          Adds a value for the 'isDefinedBy' property.
 void addLabel(java.lang.String label)
          Add a 'label' property value
 void addMember(_Resource member)
          Adds a value for the 'member' property
 _Resource addMember()
          Adds an anonymous value for the 'member' property
 _Resource addMember(org.openrdf.model.Resource resource)
          Adds a value for the 'member' property.
 void addSeeAlso(_Resource seeAlso)
          Adds a value for the 'seeAlso' property
 _Resource addSeeAlso()
          Adds an anonymous value for the 'seeAlso' property
 _Resource addSeeAlso(org.openrdf.model.Resource resource)
          Adds a value for the 'seeAlso' property.
 Class addSubClassOf()
          Adds an anonymous value for the 'subClassOf' property
 void addSubClassOf(Class subClassOf)
          Adds a value for the 'subClassOf' property
 Class addSubClassOf(org.openrdf.model.Resource resource)
          Adds a value for the 'subClassOf' property.
 Class addType()
          Adds an anonymous value for the 'type' property
 void addType(Class type)
          Adds a value for the 'type' property
 Class addType(org.openrdf.model.Resource resource)
          Adds a value for the 'type' property.
 void addValue(_Resource value)
          Adds a value for the 'value' property
 _Resource addValue()
          Adds an anonymous value for the 'value' property
 _Resource addValue(org.openrdf.model.Resource resource)
          Adds a value for the 'value' property.
 info.aduna.collections.iterators.CloseableIterator<java.lang.String> getComment()
          Iterates through the 'comment' property values.
 info.aduna.collections.iterators.CloseableIterator<Class> getDisjointUnionOf()
           
 info.aduna.collections.iterators.CloseableIterator<Class> getDisjointWith()
           
 info.aduna.collections.iterators.CloseableIterator<Class> getEquivalentClass()
           
 DatasetThing getIntersectionOf()
           
 info.aduna.collections.iterators.CloseableIterator<_Resource> getIsDefinedBy()
          Get an Iterator the 'isDefinedBy' property values.
 info.aduna.collections.iterators.CloseableIterator<java.lang.String> getLabel()
          Iterates through the 'label' property values.
 info.aduna.collections.iterators.CloseableIterator<_Resource> getMember()
          Get an Iterator the 'member' property values.
 DatasetThing getOneOf()
           
 info.aduna.collections.iterators.CloseableIterator<_Resource> getSeeAlso()
          Get an Iterator the 'seeAlso' property values.
 info.aduna.collections.iterators.CloseableIterator<Class> getSubClassOf()
          Get an Iterator the 'subClassOf' property values.
 info.aduna.collections.iterators.CloseableIterator<Class> getType()
          Get an Iterator the 'type' property values.
 DatasetThing getUnionOf()
           
 info.aduna.collections.iterators.CloseableIterator<_Resource> getValue()
          Get an Iterator the 'value' property values.
 java.util.Collection<org.openrdf.model.Statement> listStatements()
          Get set of statements that makeup this THINGS's properties and types
 void registerListener(_ResourceListener listener)
          Register a _ResourceListener
 void registerListener(_ThingListener listener)
          Register a _ThingListener
 void registerListener(ClassListener listener)
          Register a ClassListener
 void registerListener(ClassListener listener)
          Register a org.openanzo.owl.dataset.ClassListener
 void registerWithEventManager()
          Register the object listeners with the dataset's event manager
 void removeComment(java.lang.String comment)
          Remove a 'comment' property value.
 void removeDisjointUnionOf(Class disjointUnionOf)
           
 void removeDisjointWith(Class disjointWith)
           
 void removeEquivalentClass(Class equivalentClass)
           
 void removeIsDefinedBy(_Resource isDefinedBy)
          Removes a value for the 'isDefinedBy' property.
 void removeLabel(java.lang.String label)
          Remove a 'label' property value.
 void removeMember(_Resource member)
          Removes a value for the 'member' property.
 void removeSeeAlso(_Resource seeAlso)
          Removes a value for the 'seeAlso' property.
 void removeSubClassOf(Class subClassOf)
          Removes a value for the 'subClassOf' property.
 void removeType(Class type)
          Removes a value for the 'type' property.
 void removeValue(_Resource value)
          Removes a value for the 'value' property.
 DatasetThing setIntersectionOf()
           
 void setIntersectionOf(DatasetThing intersectionOf)
           
 DatasetThing setIntersectionOf(org.openrdf.model.Resource resource)
           
 DatasetThing setOneOf()
           
 void setOneOf(DatasetThing oneOf)
           
 DatasetThing setOneOf(org.openrdf.model.Resource resource)
           
 DatasetThing setUnionOf()
           
 void setUnionOf(DatasetThing unionOf)
           
 DatasetThing setUnionOf(org.openrdf.model.Resource resource)
           
 void unregisterListener(_ResourceListener listener)
          Unregister a _ResourceListener
 void unregisterListener(_ThingListener listener)
          Unregister a _ThingListener
 void unregisterListener(ClassListener listener)
          Unregister a ClassListener
 void unregisterListener(ClassListener listener)
          Unregister a org.openanzo.owl.dataset.ClassListener
 void unregisterWithEventManager()
          Unregister the object listeners with the dataset's event manager
 
Methods inherited from class org.openanzo.jastor.DatasetThingImpl
clearCache, dataset, equals, getLiteral, getLiteralValue, getProperties, getPropertyValue, getPropertyValue, getPropertyValues, getPropertyValues, isRDFType, namedGraphUri, registerListener, removeStatements, resource, setPropertyValue, setPropertyValue, toString, unregisterListener, uri
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openanzo.jastor.DatasetThing
dataset, getProperties, getPropertyValue, getPropertyValue, getPropertyValues, getPropertyValues, namedGraphUri, setPropertyValue, setPropertyValue
 
Methods inherited from interface org.openanzo.jastor.CoreThing
clearCache, isRDFType, registerListener, removeStatements, resource, unregisterListener, uri
 

Method Detail

listStatements

public java.util.Collection<org.openrdf.model.Statement> listStatements()
Description copied from interface: CoreThing
Get set of statements that makeup this THINGS's properties and types

Specified by:
listStatements in interface CoreThing
Overrides:
listStatements in class DatasetThingImpl
Returns:
set of statements that makeup this THINGS's properties and types

getComment

public info.aduna.collections.iterators.CloseableIterator<java.lang.String> getComment()
                                                                                throws JastorException
Description copied from interface: _Resource
Iterates through the 'comment' property values. This Iteartor may be used to remove all such values.

Specified by:
getComment in interface _Resource
Returns:
Iterator of String
Throws:
JastorException
See Also:
_Resource.commentProperty

addComment

public void addComment(java.lang.String comment)
                throws JastorException
Description copied from interface: _Resource
Add a 'comment' property value

Specified by:
addComment in interface _Resource
Parameters:
comment - String, the value to add
Throws:
JastorException
See Also:
_Resource.commentProperty

removeComment

public void removeComment(java.lang.String comment)
                   throws JastorException
Description copied from interface: _Resource
Remove a 'comment' property value. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeComment in interface _Resource
Parameters:
comment - String, the value to remove
Throws:
JastorException
See Also:
_Resource.commentProperty

getLabel

public info.aduna.collections.iterators.CloseableIterator<java.lang.String> getLabel()
                                                                              throws JastorException
Description copied from interface: _Resource
Iterates through the 'label' property values. This Iteartor may be used to remove all such values.

Specified by:
getLabel in interface _Resource
Returns:
Iterator of String
Throws:
JastorException
See Also:
_Resource.labelProperty

addLabel

public void addLabel(java.lang.String label)
              throws JastorException
Description copied from interface: _Resource
Add a 'label' property value

Specified by:
addLabel in interface _Resource
Parameters:
label - String, the value to add
Throws:
JastorException
See Also:
_Resource.labelProperty

removeLabel

public void removeLabel(java.lang.String label)
                 throws JastorException
Description copied from interface: _Resource
Remove a 'label' property value. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeLabel in interface _Resource
Parameters:
label - String, the value to remove
Throws:
JastorException
See Also:
_Resource.labelProperty

getType

public info.aduna.collections.iterators.CloseableIterator<Class> getType()
                                                                  throws JastorException
Description copied from interface: _Resource
Get an Iterator the 'type' property values. This Iteartor may be used to remove all such values.

Specified by:
getType in interface _Resource
Returns:
Iterator of Class
Throws:
JastorException
See Also:
_Resource.typeProperty

addType

public void addType(Class type)
             throws JastorException
Description copied from interface: _Resource
Adds a value for the 'type' property

Specified by:
addType in interface _Resource
Parameters:
type - The Class to add
Throws:
JastorException
See Also:
_Resource.typeProperty

addType

public Class addType()
              throws JastorException
Description copied from interface: _Resource
Adds an anonymous value for the 'type' property

Specified by:
addType in interface _Resource
Returns:
The anoymous Class created
Throws:
JastorException
See Also:
_Resource.typeProperty

addType

public Class addType(org.openrdf.model.Resource resource)
              throws JastorException
Description copied from interface: _Resource
Adds a value for the 'type' property. This method is equivalent constructing a new instance of Class with the factory and calling addType(org.openanzo.rdfs.dataset.Class type) The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Class. That is, this method should not be used as a shortcut for creating new objects in the model.

Specified by:
addType in interface _Resource
Parameters:
resource - The Resource to add
Returns:
org.openanzo.rdfs.dataset.Class, value added
Throws:
JastorException
See Also:
_Resource.typeProperty

removeType

public void removeType(Class type)
                throws JastorException
Description copied from interface: _Resource
Removes a value for the 'type' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeType in interface _Resource
Parameters:
type - The Class to remove
Throws:
JastorException
See Also:
_Resource.typeProperty

getValue

public info.aduna.collections.iterators.CloseableIterator<_Resource> getValue()
                                                                       throws JastorException
Description copied from interface: _Resource
Get an Iterator the 'value' property values. This Iteartor may be used to remove all such values.

Specified by:
getValue in interface _Resource
Returns:
Iterator of _Resource
Throws:
JastorException
See Also:
_Resource.valueProperty

addValue

public void addValue(_Resource value)
              throws JastorException
Description copied from interface: _Resource
Adds a value for the 'value' property

Specified by:
addValue in interface _Resource
Parameters:
value - The _Resource to add
Throws:
JastorException
See Also:
_Resource.valueProperty

addValue

public _Resource addValue()
                   throws JastorException
Description copied from interface: _Resource
Adds an anonymous value for the 'value' property

Specified by:
addValue in interface _Resource
Returns:
The anoymous _Resource created
Throws:
JastorException
See Also:
_Resource.valueProperty

addValue

public _Resource addValue(org.openrdf.model.Resource resource)
                   throws JastorException
Description copied from interface: _Resource
Adds a value for the 'value' property. This method is equivalent constructing a new instance of _Resource with the factory and calling addValue(org.openanzo.rdfs.dataset._Resource value) The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method should not be used as a shortcut for creating new objects in the model.

Specified by:
addValue in interface _Resource
Parameters:
resource - The Resource to add
Returns:
org.openanzo.rdfs.dataset._Resource, value added
Throws:
JastorException
See Also:
_Resource.valueProperty

removeValue

public void removeValue(_Resource value)
                 throws JastorException
Description copied from interface: _Resource
Removes a value for the 'value' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeValue in interface _Resource
Parameters:
value - The _Resource to remove
Throws:
JastorException
See Also:
_Resource.valueProperty

getIsDefinedBy

public info.aduna.collections.iterators.CloseableIterator<_Resource> getIsDefinedBy()
                                                                             throws JastorException
Description copied from interface: _Resource
Get an Iterator the 'isDefinedBy' property values. This Iteartor may be used to remove all such values.

Specified by:
getIsDefinedBy in interface _Resource
Returns:
Iterator of _Resource
Throws:
JastorException
See Also:
_Resource.isDefinedByProperty

addIsDefinedBy

public void addIsDefinedBy(_Resource isDefinedBy)
                    throws JastorException
Description copied from interface: _Resource
Adds a value for the 'isDefinedBy' property

Specified by:
addIsDefinedBy in interface _Resource
Parameters:
isDefinedBy - The _Resource to add
Throws:
JastorException
See Also:
_Resource.isDefinedByProperty

addIsDefinedBy

public _Resource addIsDefinedBy()
                         throws JastorException
Description copied from interface: _Resource
Adds an anonymous value for the 'isDefinedBy' property

Specified by:
addIsDefinedBy in interface _Resource
Returns:
The anoymous _Resource created
Throws:
JastorException
See Also:
_Resource.isDefinedByProperty

addIsDefinedBy

public _Resource addIsDefinedBy(org.openrdf.model.Resource resource)
                         throws JastorException
Description copied from interface: _Resource
Adds a value for the 'isDefinedBy' property. This method is equivalent constructing a new instance of _Resource with the factory and calling addIsDefinedBy(org.openanzo.rdfs.dataset._Resource isDefinedBy) The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method should not be used as a shortcut for creating new objects in the model.

Specified by:
addIsDefinedBy in interface _Resource
Parameters:
resource - The Resource to add
Returns:
org.openanzo.rdfs.dataset._Resource, value added
Throws:
JastorException
See Also:
_Resource.isDefinedByProperty

removeIsDefinedBy

public void removeIsDefinedBy(_Resource isDefinedBy)
                       throws JastorException
Description copied from interface: _Resource
Removes a value for the 'isDefinedBy' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeIsDefinedBy in interface _Resource
Parameters:
isDefinedBy - The _Resource to remove
Throws:
JastorException
See Also:
_Resource.isDefinedByProperty

getMember

public info.aduna.collections.iterators.CloseableIterator<_Resource> getMember()
                                                                        throws JastorException
Description copied from interface: _Resource
Get an Iterator the 'member' property values. This Iteartor may be used to remove all such values.

Specified by:
getMember in interface _Resource
Returns:
Iterator of _Resource
Throws:
JastorException
See Also:
_Resource.memberProperty

addMember

public void addMember(_Resource member)
               throws JastorException
Description copied from interface: _Resource
Adds a value for the 'member' property

Specified by:
addMember in interface _Resource
Parameters:
member - The _Resource to add
Throws:
JastorException
See Also:
_Resource.memberProperty

addMember

public _Resource addMember()
                    throws JastorException
Description copied from interface: _Resource
Adds an anonymous value for the 'member' property

Specified by:
addMember in interface _Resource
Returns:
The anoymous _Resource created
Throws:
JastorException
See Also:
_Resource.memberProperty

addMember

public _Resource addMember(org.openrdf.model.Resource resource)
                    throws JastorException
Description copied from interface: _Resource
Adds a value for the 'member' property. This method is equivalent constructing a new instance of _Resource with the factory and calling addMember(org.openanzo.rdfs.dataset._Resource member) The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method should not be used as a shortcut for creating new objects in the model.

Specified by:
addMember in interface _Resource
Parameters:
resource - The Resource to add
Returns:
org.openanzo.rdfs.dataset._Resource, value added
Throws:
JastorException
See Also:
_Resource.memberProperty

removeMember

public void removeMember(_Resource member)
                  throws JastorException
Description copied from interface: _Resource
Removes a value for the 'member' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeMember in interface _Resource
Parameters:
member - The _Resource to remove
Throws:
JastorException
See Also:
_Resource.memberProperty

getSeeAlso

public info.aduna.collections.iterators.CloseableIterator<_Resource> getSeeAlso()
                                                                         throws JastorException
Description copied from interface: _Resource
Get an Iterator the 'seeAlso' property values. This Iteartor may be used to remove all such values.

Specified by:
getSeeAlso in interface _Resource
Returns:
Iterator of _Resource
Throws:
JastorException
See Also:
_Resource.seeAlsoProperty

addSeeAlso

public void addSeeAlso(_Resource seeAlso)
                throws JastorException
Description copied from interface: _Resource
Adds a value for the 'seeAlso' property

Specified by:
addSeeAlso in interface _Resource
Parameters:
seeAlso - The _Resource to add
Throws:
JastorException
See Also:
_Resource.seeAlsoProperty

addSeeAlso

public _Resource addSeeAlso()
                     throws JastorException
Description copied from interface: _Resource
Adds an anonymous value for the 'seeAlso' property

Specified by:
addSeeAlso in interface _Resource
Returns:
The anoymous _Resource created
Throws:
JastorException
See Also:
_Resource.seeAlsoProperty

addSeeAlso

public _Resource addSeeAlso(org.openrdf.model.Resource resource)
                     throws JastorException
Description copied from interface: _Resource
Adds a value for the 'seeAlso' property. This method is equivalent constructing a new instance of _Resource with the factory and calling addSeeAlso(org.openanzo.rdfs.dataset._Resource seeAlso) The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method should not be used as a shortcut for creating new objects in the model.

Specified by:
addSeeAlso in interface _Resource
Parameters:
resource - The Resource to add
Returns:
org.openanzo.rdfs.dataset._Resource, value added
Throws:
JastorException
See Also:
_Resource.seeAlsoProperty

removeSeeAlso

public void removeSeeAlso(_Resource seeAlso)
                   throws JastorException
Description copied from interface: _Resource
Removes a value for the 'seeAlso' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeSeeAlso in interface _Resource
Parameters:
seeAlso - The _Resource to remove
Throws:
JastorException
See Also:
_Resource.seeAlsoProperty

getSubClassOf

public info.aduna.collections.iterators.CloseableIterator<Class> getSubClassOf()
                                                                        throws JastorException
Description copied from interface: Class
Get an Iterator the 'subClassOf' property values. This Iteartor may be used to remove all such values.

Specified by:
getSubClassOf in interface Class
Returns:
Iterator of Class
Throws:
JastorException
See Also:
Class.subClassOfProperty

addSubClassOf

public void addSubClassOf(Class subClassOf)
                   throws JastorException
Description copied from interface: Class
Adds a value for the 'subClassOf' property

Specified by:
addSubClassOf in interface Class
Parameters:
subClassOf - The Class to add
Throws:
JastorException
See Also:
Class.subClassOfProperty

addSubClassOf

public Class addSubClassOf()
                    throws JastorException
Description copied from interface: Class
Adds an anonymous value for the 'subClassOf' property

Specified by:
addSubClassOf in interface Class
Returns:
The anoymous Class created
Throws:
JastorException
See Also:
Class.subClassOfProperty

addSubClassOf

public Class addSubClassOf(org.openrdf.model.Resource resource)
                    throws JastorException
Description copied from interface: Class
Adds a value for the 'subClassOf' property. This method is equivalent constructing a new instance of Class with the factory and calling addSubClassOf(org.openanzo.rdfs.dataset.Class subClassOf) The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Class. That is, this method should not be used as a shortcut for creating new objects in the model.

Specified by:
addSubClassOf in interface Class
Parameters:
resource - The Resource to add
Returns:
org.openanzo.rdfs.dataset.Class, value added
Throws:
JastorException
See Also:
Class.subClassOfProperty

removeSubClassOf

public void removeSubClassOf(Class subClassOf)
                      throws JastorException
Description copied from interface: Class
Removes a value for the 'subClassOf' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeSubClassOf in interface Class
Parameters:
subClassOf - The Class to remove
Throws:
JastorException
See Also:
Class.subClassOfProperty

getOneOf

public DatasetThing getOneOf()
                      throws JastorException
Throws:
JastorException

setOneOf

public void setOneOf(DatasetThing oneOf)
              throws JastorException
Throws:
JastorException

setOneOf

public DatasetThing setOneOf()
                      throws JastorException
Throws:
JastorException

setOneOf

public DatasetThing setOneOf(org.openrdf.model.Resource resource)
                      throws JastorException
Throws:
JastorException

getDisjointUnionOf

public info.aduna.collections.iterators.CloseableIterator<Class> getDisjointUnionOf()
                                                                             throws JastorException
Throws:
JastorException

addDisjointUnionOf

public void addDisjointUnionOf(Class disjointUnionOf)
                        throws JastorException
Throws:
JastorException

addDisjointUnionOf

public Class addDisjointUnionOf()
                         throws JastorException
Throws:
JastorException

addDisjointUnionOf

public Class addDisjointUnionOf(org.openrdf.model.Resource resource)
                         throws JastorException
Throws:
JastorException

removeDisjointUnionOf

public void removeDisjointUnionOf(Class disjointUnionOf)
                           throws JastorException
Throws:
JastorException

getDisjointWith

public info.aduna.collections.iterators.CloseableIterator<Class> getDisjointWith()
                                                                          throws JastorException
Throws:
JastorException

addDisjointWith

public void addDisjointWith(Class disjointWith)
                     throws JastorException
Throws:
JastorException

addDisjointWith

public Class addDisjointWith()
                      throws JastorException
Throws:
JastorException

addDisjointWith

public Class addDisjointWith(org.openrdf.model.Resource resource)
                      throws JastorException
Throws:
JastorException

removeDisjointWith

public void removeDisjointWith(Class disjointWith)
                        throws JastorException
Throws:
JastorException

getEquivalentClass

public info.aduna.collections.iterators.CloseableIterator<Class> getEquivalentClass()
                                                                             throws JastorException
Throws:
JastorException

addEquivalentClass

public void addEquivalentClass(Class equivalentClass)
                        throws JastorException
Throws:
JastorException

addEquivalentClass

public Class addEquivalentClass()
                         throws JastorException
Throws:
JastorException

addEquivalentClass

public Class addEquivalentClass(org.openrdf.model.Resource resource)
                         throws JastorException
Throws:
JastorException

removeEquivalentClass

public void removeEquivalentClass(Class equivalentClass)
                           throws JastorException
Throws:
JastorException

getIntersectionOf

public DatasetThing getIntersectionOf()
                               throws JastorException
Throws:
JastorException

setIntersectionOf

public void setIntersectionOf(DatasetThing intersectionOf)
                       throws JastorException
Throws:
JastorException

setIntersectionOf

public DatasetThing setIntersectionOf()
                               throws JastorException
Throws:
JastorException

setIntersectionOf

public DatasetThing setIntersectionOf(org.openrdf.model.Resource resource)
                               throws JastorException
Throws:
JastorException

getUnionOf

public DatasetThing getUnionOf()
                        throws JastorException
Throws:
JastorException

setUnionOf

public void setUnionOf(DatasetThing unionOf)
                throws JastorException
Throws:
JastorException

setUnionOf

public DatasetThing setUnionOf()
                        throws JastorException
Throws:
JastorException

setUnionOf

public DatasetThing setUnionOf(org.openrdf.model.Resource resource)
                        throws JastorException
Throws:
JastorException

registerWithEventManager

public void registerWithEventManager()
Register the object listeners with the dataset's event manager


unregisterWithEventManager

public void unregisterWithEventManager()
Unregister the object listeners with the dataset's event manager


registerListener

public void registerListener(_ThingListener listener)
Description copied from interface: _Thing
Register a _ThingListener

Specified by:
registerListener in interface _Thing
Parameters:
listener - _ThingListener to register

unregisterListener

public void unregisterListener(_ThingListener listener)
Description copied from interface: _Thing
Unregister a _ThingListener

Specified by:
unregisterListener in interface _Thing
Parameters:
listener - _ThingListener to unregister

registerListener

public void registerListener(_ResourceListener listener)
Description copied from interface: _Resource
Register a _ResourceListener

Specified by:
registerListener in interface _Resource
Specified by:
registerListener in interface Class
Parameters:
listener - _ResourceListener to register

unregisterListener

public void unregisterListener(_ResourceListener listener)
Description copied from interface: _Resource
Unregister a _ResourceListener

Specified by:
unregisterListener in interface