|
||||||||||
| 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.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 | |
|---|---|
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. |
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 interface org.openanzo.jastor.GraphThing |
|---|
getProperties, getPropertyValue, getPropertyValue, graph, 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<GraphThing> getImports()
throws JastorException
Iterator of GraphThing
JastorExceptionImportsProperty
void addImports(GraphThing Imports)
throws JastorException
Imports - The GraphThing to add
JastorExceptionImportsProperty
GraphThing addImports()
throws JastorException
GraphThing created
JastorExceptionImportsProperty
GraphThing addImports(org.openrdf.model.Resource resource)
throws JastorException
GraphThing 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.
resource - The Resource to add
JastorExceptionImportsProperty
void removeImports(GraphThing Imports)
throws JastorException
Imports - The GraphThing to remove
JastorExceptionImportsProperty
void removeImports(org.openrdf.model.Resource Imports)
throws JastorException
Imports - GraphThing, the value to remove
JastorExceptionImportsProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||