|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.jastor.DatasetThingImpl
org.openanzo.owl.dataset.DataRangeImpl
public class DataRangeImpl
Implementation of DataRange
Use the org.openanzo.owl.dataset.OWL11Factory to create instances of this class.
(URI: http://www.w3.org/2002/07/owl#DataRange)
| Field Summary |
|---|
| Fields inherited from interface org.openanzo.owl.dataset.DataRange |
|---|
TYPE |
| Method Summary | |
|---|---|
Class |
addComplementOf()
Adds an anonymous value for the 'complementOf' property |
void |
addComplementOf(Class complementOf)
Adds a value for the 'complementOf' property |
Class |
addComplementOf(org.openrdf.model.Resource resource)
Adds a value for the 'complementOf' property. |
info.aduna.collections.iterators.CloseableIterator<Class> |
getComplementOf()
Get an Iterator the 'complementOf' property values. |
DatasetThing |
getOneOf()
Gets the 'oneOf' property value |
java.util.Collection<org.openrdf.model.Statement> |
listStatements()
Get set of statements that makeup this THINGS's properties and types |
void |
registerListener(DataRangeListener listener)
Register a DataRangeListener |
void |
registerWithEventManager()
Register the object listeners with the dataset's event manager |
void |
removeComplementOf(Class complementOf)
Removes a value for the 'complementOf' property. |
DatasetThing |
setOneOf()
Sets the 'oneOf' property value to an anonymous node |
void |
setOneOf(DatasetThing oneOf)
Sets the 'oneOf' property value |
DatasetThing |
setOneOf(org.openrdf.model.Resource resource)
Sets the 'oneOf' property value to the given resource, and add's rdf:type properties. |
void |
unregisterListener(DataRangeListener listener)
Unregister a DataRangeListener |
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 |
|---|
public java.util.Collection<org.openrdf.model.Statement> listStatements()
CoreThing
listStatements in interface CoreThinglistStatements in class DatasetThingImpl
public DatasetThing getOneOf()
throws JastorException
DataRange
getOneOf in interface DataRangeDatasetThing
JastorExceptionDataRange.oneOfProperty
public void setOneOf(DatasetThing oneOf)
throws JastorException
DataRange
setOneOf in interface DataRangeoneOf - DatasetThing, value to set
JastorExceptionDataRange.oneOfProperty
public DatasetThing setOneOf()
throws JastorException
DataRange
setOneOf in interface DataRangeDatasetThing, the created value
JastorExceptionDataRange.oneOfProperty
public DatasetThing setOneOf(org.openrdf.model.Resource resource)
throws JastorException
DataRangeDatasetThing with the factory.
and calling setOneOf(org.openanzo.jastor.DatasetThing oneOf)
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.
setOneOf in interface DataRangeresource - Resource must not be be null.
DatasetThing, the newly created value
JastorExceptionDataRange.oneOfProperty
public info.aduna.collections.iterators.CloseableIterator<Class> getComplementOf()
throws JastorException
DataRange
getComplementOf in interface DataRangeIterator of Class
JastorExceptionDataRange.complementOfProperty
public void addComplementOf(Class complementOf)
throws JastorException
DataRange
addComplementOf in interface DataRangecomplementOf - The Class to add
JastorExceptionDataRange.complementOfProperty
public Class addComplementOf()
throws JastorException
DataRange
addComplementOf in interface DataRangeClass created
JastorExceptionDataRange.complementOfProperty
public Class addComplementOf(org.openrdf.model.Resource resource)
throws JastorException
DataRangeClass with the factory
and calling addComplementOf(org.openanzo.owl.dataset.Class complementOf)
The resource argument have rdf:type http://www.w3.org/2002/07/owl#Class. That is, this method
should not be used as a shortcut for creating new objects in the model.
addComplementOf in interface DataRangeresource - The Resource to add
JastorExceptionDataRange.complementOfProperty
public void removeComplementOf(Class complementOf)
throws JastorException
DataRange
removeComplementOf in interface DataRangecomplementOf - The Class to remove
JastorExceptionDataRange.complementOfPropertypublic void registerWithEventManager()
public void unregisterWithEventManager()
public void registerListener(DataRangeListener listener)
DataRange
registerListener in interface DataRangelistener - DataRangeListener to registerpublic void unregisterListener(DataRangeListener listener)
DataRange
unregisterListener in interface DataRangelistener - DataRangeListener to unregister
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||