|
||||||||||
| 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.OntologyImpl
public class OntologyImpl
Implementation of Ontology
Use the org.openanzo.owl.dataset.OWL11Factory to create instances of this class.
(URI: http://www.w3.org/2002/07/owl#Ontology)
| Field Summary |
|---|
| Fields inherited from interface org.openanzo.owl.dataset.Ontology |
|---|
TYPE |
| Method Summary | |
|---|---|
DatasetThing |
addImports()
Adds an anonymous value for the 'Imports' property |
void |
addImports(DatasetThing Imports)
Adds a value for the 'Imports' property |
DatasetThing |
addImports(org.openrdf.model.Resource resource)
Adds a value for the 'Imports' property. |
info.aduna.collections.iterators.CloseableIterator<DatasetThing> |
getImports()
Get an Iterator the 'Imports' property values. |
java.util.Collection<org.openrdf.model.Statement> |
listStatements()
Get set of statements that makeup this THINGS's properties and types |
void |
registerListener(OntologyListener listener)
Register a OntologyListener |
void |
registerWithEventManager()
Register the object listeners with the dataset's event manager |
void |
removeImports(DatasetThing Imports)
Removes a value for the 'Imports' property. |
void |
unregisterListener(OntologyListener listener)
Unregister a OntologyListener |
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 info.aduna.collections.iterators.CloseableIterator<DatasetThing> getImports()
throws JastorException
Ontology
getImports in interface OntologyIterator of DatasetThing
JastorExceptionOntology.ImportsProperty
public void addImports(DatasetThing Imports)
throws JastorException
Ontology
addImports in interface OntologyImports - The DatasetThing to add
JastorExceptionOntology.ImportsProperty
public DatasetThing addImports()
throws JastorException
Ontology
addImports in interface OntologyDatasetThing created
JastorExceptionOntology.ImportsProperty
public DatasetThing addImports(org.openrdf.model.Resource resource)
throws JastorException
OntologyDatasetThing with the factory
and calling addImports(org.openanzo.jastor.DatasetThing Imports)
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.
addImports in interface Ontologyresource - The Resource to add
JastorExceptionOntology.ImportsProperty
public void removeImports(DatasetThing Imports)
throws JastorException
Ontology
removeImports in interface OntologyImports - The DatasetThing to remove
JastorExceptionOntology.ImportsPropertypublic void registerWithEventManager()
public void unregisterWithEventManager()
public void registerListener(OntologyListener listener)
Ontology
registerListener in interface Ontologylistener - OntologyListener to registerpublic void unregisterListener(OntologyListener listener)
Ontology
unregisterListener in interface Ontologylistener - OntologyListener to unregister
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||