GATE
Version 3.1-2270

Uses of Interface
gate.creole.ontology.SymmetricProperty

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

Uses of SymmetricProperty in com.ontotext.gate.ontology
 

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

Uses of SymmetricProperty in gate.creole.ontology
 

Classes in gate.creole.ontology that implement SymmetricProperty
 class SymmetricPropertyImpl
           
 

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


GATE
Version 3.1-2270