Uses of Interface
gate.creole.ontology.Property

Packages that use Property
com.ontotext.gate.ontology   
gate.creole.ontology   
 

Uses of Property in com.ontotext.gate.ontology
 

Methods in com.ontotext.gate.ontology that return Property
 Property OntologyImpl.getPropertyDefinitionByName(String name)
           
 

Methods in com.ontotext.gate.ontology with parameters of type Property
 void OntologyImpl.addPropertyDefinition(Property theProperty)
           
 

Uses of Property in gate.creole.ontology
 

Subinterfaces of Property in gate.creole.ontology
 interface DatatypeProperty
           
 interface FunctionalProperty
          A property, P, is tagged as functional if it satisfies the following axiom: P(x, y) and P(x, z) -> y = z.
 interface ObjectProperty
           
 interface ReflexiveProperty
           
 interface SymmetricProperty
           
 interface TransitiveProperty
           
 

Classes in gate.creole.ontology that implement Property
 class DatatypePropertyImpl
           
 class ObjectPropertyImpl
           
 class PropertyImpl
           
 

Methods in gate.creole.ontology that return Property
 Property Ontology.getPropertyDefinitionByName(String name)
           
 

Methods in gate.creole.ontology with parameters of type Property
 boolean OClassImpl.addProperty(Property theProperty)
           
 void OInstance.setPropertyValue(Property theProperty, Object theValue)
           
 Object OInstance.getPropertyValue(Property theProperty)
           
 void OInstanceImpl.setPropertyValue(Property theProperty, Object theValue)
           
 Object OInstanceImpl.getPropertyValue(Property theProperty)
           
 void ObjectProperty.setInverseOf(Property theInverse)
          Set theInverse as inverse property to this property.
 void ObjectPropertyImpl.setInverseOf(Property theInverse)
           
 void Ontology.addPropertyDefinition(Property theProperty)
           
 void Property.setSamePropertyAs(Property theProperty)
          Add a samePropertyAs relation between the two properties.
 void PropertyImpl.setSamePropertyAs(Property theProperty)