Uses of Class
gate.creole.ontology.OConstants.Closure

Packages that use OConstants.Closure
gate.creole.ontology The GATE ontology API. 
 

Uses of OConstants.Closure in gate.creole.ontology
 

Methods in gate.creole.ontology that return OConstants.Closure
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.
 

Methods in gate.creole.ontology with parameters of type OConstants.Closure
 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)
           
 Set<OClass> OClass.getSuperClasses(OConstants.Closure closure)
           
 Set<RDFProperty> RDFProperty.getSuperProperties(OConstants.Closure closure)
           
 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)