|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Fields in gate.creole declared as Ontology | |
private Ontology |
OntologyAwareTransducer.ontology
Deprecated. The ontology that will be available on the RHS of JAPE rules. |
private Ontology |
Transducer.ontology
The ontology that will be available on the RHS of JAPE rules. |
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 |
Fields in gate.creole.ontology declared as Ontology | |
private Ontology |
PropertyImpl.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; |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |