Uses of Interface
gate.creole.ontology.TransitiveProperty

Packages that use TransitiveProperty
gate.creole.ontology The GATE ontology API. 
 

Uses of TransitiveProperty in gate.creole.ontology
 

Methods in gate.creole.ontology that return TransitiveProperty
 TransitiveProperty Ontology.addTransitiveProperty(OURI aPropertyURI, Set<OClass> domain, Set<OClass> range)
          Creates a new transitive property (an object property that is transitive).
 

Methods in gate.creole.ontology that return types with arguments of type TransitiveProperty
 Set<TransitiveProperty> Ontology.getTransitiveProperties()
          Gets the set of Transitive Properties in the ontology.