|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.jastor.GraphThingImpl
org.openanzo.owl.OntologyImpl
public class OntologyImpl
Implementation of Ontology
Use the org.openanzo.owl.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.Ontology |
|---|
TYPE |
| Method Summary | |
|---|---|
GraphThing |
addImports()
Adds an anonymous value for the 'Imports' property |
void |
addImports(GraphThing Imports)
Adds a value for the 'Imports' property |
GraphThing |
addImports(org.openrdf.model.Resource resource)
Adds a value for the 'Imports' property. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
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 |
removeImports(GraphThing Imports)
Removes a value for the 'Imports' property. |
void |
removeImports(org.openrdf.model.Resource Imports)
Remove a 'Imports' property value. |
| Methods inherited from class org.openanzo.jastor.GraphThingImpl |
|---|
clearCache, equals, getLiteral, getLiteralValue, getProperties, getPropertyValue, getPropertyValue, graph, isRDFType, 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.GraphThing |
|---|
getProperties, getPropertyValue, getPropertyValue, graph, 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 GraphThingImpl
public info.aduna.collections.iterators.CloseableIterator<GraphThing> getImports()
throws JastorException
Ontology
getImports in interface OntologyIterator of GraphThing
JastorExceptionOntology.ImportsProperty
public void addImports(GraphThing Imports)
throws JastorException
Ontology
addImports in interface OntologyImports - The GraphThing to add
JastorExceptionOntology.ImportsProperty
public GraphThing addImports()
throws JastorException
Ontology
addImports in interface OntologyGraphThing created
JastorExceptionOntology.ImportsProperty
public GraphThing addImports(org.openrdf.model.Resource resource)
throws JastorException
OntologyGraphThing with the factory
and calling addImports(org.openanzo.jastor.GraphThing 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(GraphThing Imports)
throws JastorException
Ontology
removeImports in interface OntologyImports - The GraphThing to remove
JastorExceptionOntology.ImportsProperty
public void removeImports(org.openrdf.model.Resource Imports)
throws JastorException
Ontology
removeImports in interface OntologyImports - GraphThing, the value to remove
JastorExceptionOntology.ImportsProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||