Package | Description |
---|---|
gate.creole.ontology |
The GATE ontology API.
|
Modifier and Type | Method and Description |
---|---|
static OConstants.Closure |
OConstants.Closure.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OConstants.Closure[] |
OConstants.Closure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<OClass> |
OInstance.getOClasses(OConstants.Closure closure) |
Set<OInstance> |
Ontology.getOInstances(OClass theClass,
OConstants.Closure closure)
Gets instances in the ontology, which belong to this class.
|
ClosableIterator<OInstance> |
Ontology.getOInstancesIterator(OClass theClass,
OConstants.Closure closure) |
Set<OClass> |
OClass.getSubClasses(OConstants.Closure closure) |
ClosableIterator<OClass> |
OClass.getSubClassesIterator(OConstants.Closure closure) |
Set<RDFProperty> |
RDFProperty.getSubProperties(OConstants.Closure closure)
Gets the set of sub-properties for this property.
|
Set<OClass> |
OClass.getSuperClasses(OConstants.Closure closure) |
Set<RDFProperty> |
RDFProperty.getSuperProperties(OConstants.Closure closure)
Gets the set of super-properties for this property.
|
boolean |
OInstance.isInstanceOf(OClass aClass,
OConstants.Closure closure) |
boolean |
OClass.isSubClassOf(OClass aClass,
OConstants.Closure closure) |
boolean |
RDFProperty.isSubPropertyOf(RDFProperty theProperty,
OConstants.Closure closure) |
boolean |
OClass.isSuperClassOf(OClass aClass,
OConstants.Closure closure) |
boolean |
RDFProperty.isSuperPropertyOf(RDFProperty theProperty,
OConstants.Closure closure) |
Copyright © 2024 GATE. All rights reserved.