GATE
Version 3.1-2270

Uses of Interface
gate.creole.ontology.TransitiveProperty

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

Uses of TransitiveProperty in com.ontotext.gate.ontology
 

Methods in com.ontotext.gate.ontology that return TransitiveProperty
 TransitiveProperty OntologyImpl.addTransitiveProperty(String name, String comment, OClass domain, OClass range)
           
 TransitiveProperty OntologyImpl.addTransitiveProperty(String name, String comment, Set domain, Set range)
           
 

Uses of TransitiveProperty in gate.creole.ontology
 

Classes in gate.creole.ontology that implement TransitiveProperty
 class TransitivePropertyImpl
           
 

Methods in gate.creole.ontology that return TransitiveProperty
 TransitiveProperty Ontology.addTransitiveProperty(String name, String comment, OClass domain, OClass range)
          Creates a new transitive property.
 TransitiveProperty Ontology.addTransitiveProperty(String name, String comment, Set domain, Set range)
          Creates a new transitive property (an object property that is transitive).
 


GATE
Version 3.1-2270