Uses of Interface
gate.creole.ontology.SymmetricProperty

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

Uses of SymmetricProperty in gate.creole.ontology
 

Methods in gate.creole.ontology that return SymmetricProperty
 SymmetricProperty Ontology.addSymmetricProperty(OURI aPropertyURI, Set<OClass> domainAndRange)
          Creates a new symmetric property (an object property that is symmetric).
 

Methods in gate.creole.ontology that return types with arguments of type SymmetricProperty
 Set<SymmetricProperty> Ontology.getSymmetricProperties()
          Gets the set of Symmetric Properties in the ontology.