Uses of Interface
gate.creole.ontology.Ontology

Packages that use Ontology
com.ontotext.gate.ontology   
gate.creole   
gate.creole.ontology   
gate.jape   
 

Uses of Ontology in com.ontotext.gate.ontology
 

Classes in com.ontotext.gate.ontology that implement Ontology
 class DAMLKnowledgeBaseImpl
           
 class OntologyImpl
           
 

Uses of Ontology in gate.creole
 

Methods in gate.creole that return Ontology
 Ontology OntologyAwareTransducer.getOntology()
          Deprecated. Gets the ontology used by this transducer.
 Ontology Transducer.getOntology()
          Gets the ontology used by this transducer.
 

Methods in gate.creole with parameters of type Ontology
 void OntologyAwareTransducer.setOntology(Ontology ontology)
          Deprecated. Sets the ontology used by this transducer.
 void Transducer.setOntology(Ontology ontology)
          Sets the ontology used by this transducer.
 

Uses of Ontology in gate.creole.ontology
 

Methods in gate.creole.ontology that return Ontology
 Ontology Property.getOntology()
          Gets the ontology to which the class belongs.
 Ontology PropertyImpl.getOntology()
           
 

Constructors in gate.creole.ontology with parameters of type Ontology
DatatypePropertyImpl(String aName, OClass aDomain, String aString, Ontology aKB)
           
DatatypePropertyImpl(String aName, OClass aDomain, Number number, Ontology aKB)
           
OClassImpl(String anId, String aName, String aComment, Ontology anOntology)
          Creates a new class given id,name,comment and ontology.
ObjectPropertyImpl(String aName, OClass aDomain, OClass aRange, Ontology aKB)
           
PropertyImpl(String aName, OClass aDomain, Ontology aKB)
           
 

Uses of Ontology in gate.jape
 

Fields in gate.jape declared as Ontology
protected  Ontology Transducer.ontology
           
 

Methods in gate.jape that return Ontology
 Ontology Transducer.getOntology()
          Gets the ontology used by this transducer;
 

Methods in gate.jape with parameters of type Ontology
 void Batch.setOntology(Ontology ontology)
          Sets the ontology to be used by the transducers
 void MultiPhaseTransducer.setOntology(Ontology ontology)
          Sets the ontology used by this transducer;
 void RhsAction.doit(Document doc, Map bindings, AnnotationSet annotations, AnnotationSet inputAS, AnnotationSet outputAS, Ontology ontology)
          Fires the RHS action for a particular LHS match.
 void RightHandSide.transduce(Document doc, Map bindings, AnnotationSet inputAS, AnnotationSet outputAS, Ontology ontology)
          Makes changes to the document, using LHS bindings.
 void Transducer.setOntology(Ontology ontology)
          Sets the ontology used by this transducer;