GATE
Version 3.1-2270

Uses of Interface
gate.creole.ontology.Property

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

Uses of Property in com.ontotext.gate.ontology
 

Methods in com.ontotext.gate.ontology that return Property
 Property OntologyImpl.addProperty(String name, String comment, OClass domain, Class range)
           
 Property OntologyImpl.addProperty(String name, String comment, Set domain, Set range)
           
 Property OntologyImpl.getPropertyDefinitionByName(String name)
           
 

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

Uses of Property in gate.creole.ontology
 

Subinterfaces of Property in gate.creole.ontology
 interface DatatypeProperty
          Interface for datatype properties.
 interface ObjectProperty
           
 interface ReflexiveProperty
           
 interface SymmetricProperty
           
 interface TransitiveProperty
          Interface for transitive properties.
 

Classes in gate.creole.ontology that implement Property
 class DatatypePropertyImpl
           
 class ObjectPropertyImpl
           
 class PropertyImpl
          This class provides implementations for methods common to all types of ontological properties.
 class SymmetricPropertyImpl
           
 class TransitivePropertyImpl
           
 

Methods in gate.creole.ontology that return Property
 Property Ontology.addProperty(String name, String comment, OClass domain, Class range)
          Creates a new generic property that is neither datatype or object property.
 Property Ontology.addProperty(String name, String comment, Set domain, Set range)
          Creates a new generic property that is neither datatype or object property.
 Property Ontology.getPropertyDefinitionByName(String name)
          Returns the property definition for a given property.
 

Methods in gate.creole.ontology with parameters of type Property
 void Property.addSubProperty(Property property)
          Add a SuperPropertyOf relation between the given property and this.
 void PropertyImpl.addSubProperty(Property property)
          Add a SuperPropertyOf relation between the given property and this.
 void ObjectPropertyImpl.addSuperProperty(Property property)
           
 void Property.addSuperProperty(Property property)
          Adds a SubPropertyOf relation between the given property and this.
 void PropertyImpl.addSuperProperty(Property property)
           
 void Property.removeSubProperty(Property property)
          Removes a SuperPropertyOf relation between the given property and this.
 void PropertyImpl.removeSubProperty(Property property)
           
 void Property.removeSuperProperty(Property property)
          Removes a SubPropertyOf relation between the given property and this.
 void PropertyImpl.removeSuperProperty(Property property)
           
 void ObjectProperty.setInverseOf(Property theInverse)
          Set theInverse as inverse property to this property.
 void ObjectPropertyImpl.setInverseOf(Property theInverse)
           
 void Property.setSamePropertyAs(Property theProperty)
          Add a samePropertyAs relation between the two properties.
 void PropertyImpl.setSamePropertyAs(Property theProperty)
           
 

Uses of Property in gate.gui
 

Methods in gate.gui with parameters of type Property
protected  boolean OntologyEditor.DetailsTableModel.mightPropertyApplyToClass(Property property, OClass aClass)
          Checks whether a property might apply to an instance of the provided class.
 


GATE
Version 3.1-2270