|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Ontology
Interface for Ontology ontology class
Use the org.openanzo.owl.dataset.OWL11Factory to create instances of this interface.
(URI: http://www.w3.org/2002/07/owl#Ontology)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
ImportsProperty
The Anzo Property for Imports |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
| 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. |
void |
registerListener(OntologyListener listener)
Register a OntologyListener |
void |
removeImports(DatasetThing Imports)
Removes a value for the 'Imports' property. |
void |
unregisterListener(OntologyListener listener)
Unregister a OntologyListener |
| 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, listStatements, registerListener, removeStatements, resource, unregisterListener, uri |
| Field Detail |
|---|
static final org.openrdf.model.URI TYPE
static final org.openrdf.model.URI ImportsProperty
(URI: owl11xml:Imports)
| Method Detail |
|---|
info.aduna.collections.iterators.CloseableIterator<DatasetThing> getImports()
throws JastorException
Iterator of DatasetThing
JastorExceptionImportsProperty
void addImports(DatasetThing Imports)
throws JastorException
Imports - The DatasetThing to add
JastorExceptionImportsProperty
DatasetThing addImports()
throws JastorException
DatasetThing created
JastorExceptionImportsProperty
DatasetThing addImports(org.openrdf.model.Resource resource)
throws JastorException
DatasetThing 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.
resource - The Resource to add
JastorExceptionImportsProperty
void removeImports(DatasetThing Imports)
throws JastorException
Imports - The DatasetThing to remove
JastorExceptionImportsPropertyvoid registerListener(OntologyListener listener)
listener - OntologyListener to registervoid unregisterListener(OntologyListener listener)
listener - OntologyListener to unregister
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||