Package | Description |
---|---|
gate.creole.ontology |
The GATE ontology API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OntologyTupleQuery
This represents a tuple query of the triple store for the ontology.
|
Modifier and Type | Method and Description |
---|---|
ClosableIterator<OClass> |
Ontology.getOClassesIterator(boolean top)
Return an iterator to retrieve all ontology classes in the ontology.
|
ClosableIterator<OInstance> |
Ontology.getOInstancesIterator() |
ClosableIterator<OInstance> |
Ontology.getOInstancesIterator(OClass theClass,
OConstants.Closure closure) |
ClosableIterator<OClass> |
OClass.getSubClassesIterator(OConstants.Closure closure) |
Copyright © 2024 GATE. All rights reserved.