|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ontology | |
---|---|
com.ontotext.gate.ontology | |
gate.creole | |
gate.creole.ontology | |
gate.creole.ontology.jena | |
gate.gui | |
gate.jape |
Uses of Ontology in com.ontotext.gate.ontology |
---|
Classes in com.ontotext.gate.ontology that implement Ontology | |
---|---|
class |
OntologyImpl
An Ontology Implementation Class |
Uses of Ontology in gate.creole |
---|
Fields in gate.creole declared as Ontology | |
---|---|
protected 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 | |
---|---|
protected Ontology |
OntologyResourceImpl.ontology
|
Methods in gate.creole.ontology that return Ontology | |
---|---|
Ontology |
OntologyResource.getOntology()
Gets the ontology to which the resource belongs. |
Ontology |
OntologyResourceImpl.getOntology()
|
Constructors in gate.creole.ontology with parameters of type Ontology | |
---|---|
DatatypePropertyImpl(String name,
String comment,
OClass aDomainClass,
Class aRangeType,
Ontology anOntology)
|
|
DatatypePropertyImpl(String name,
String comment,
Set domain,
Class range,
Ontology ontology)
|
|
DatatypePropertyImpl(String name,
String comment,
Set domain,
Set range,
Ontology ontology)
|
|
ObjectPropertyImpl(String name,
String comment,
OClass aDomainClass,
OClass aRange,
Ontology anOntology)
Convenience constructor for simple cases where the domain and range are single classes. |
|
ObjectPropertyImpl(String name,
String comment,
Set aDomain,
Set aRange,
Ontology anOntology)
Constructor for this property. |
|
OClassImpl(String anId,
String aName,
String aComment,
Ontology anOntology)
Creates a new class given id,name,comment and ontology. |
|
OInstanceImpl(String name,
String comment,
OClass aClass,
Ontology ontology)
|
|
OInstanceImpl(String name,
String comment,
Set classes,
Ontology ontology)
|
|
PropertyImpl(String name,
String comment,
OClass aDomainClass,
Object aRangeType,
Ontology ontology)
|
|
PropertyImpl(String name,
String comment,
Set domain,
Set range,
Ontology ontology)
Creates a property. |
|
SymmetricPropertyImpl(String name,
String comment,
OClass aDomainClass,
OClass aRange,
Ontology anOntology)
|
|
SymmetricPropertyImpl(String name,
String comment,
Set aDomain,
Set aRange,
Ontology anOntology)
|
|
TransitivePropertyImpl(String name,
String comment,
OClass aDomainClass,
OClass aRange,
Ontology anOntology)
|
|
TransitivePropertyImpl(String name,
String comment,
Set aDomain,
Set aRange,
Ontology anOntology)
|
Uses of Ontology in gate.creole.ontology.jena |
---|
Classes in gate.creole.ontology.jena that implement Ontology | |
---|---|
class |
JenaOntologyImpl
An implementation for GATE Ontologies based on Jena2 |
Uses of Ontology in gate.gui |
---|
Fields in gate.gui declared as Ontology | |
---|---|
protected Ontology |
OntologyEditor.ontology
If the taxonomy being edited is an ontology (i.e. has instances as well) then this member stores it as well. |
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 |
RhsAction.doit(Document doc,
Map bindings,
AnnotationSet annotations,
AnnotationSet inputAS,
AnnotationSet outputAS,
Ontology ontology)
Fires the RHS action for a particular LHS match. |
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 |
Transducer.setOntology(Ontology ontology)
Sets the ontology used by this transducer; |
void |
RightHandSide.transduce(Document doc,
Map bindings,
AnnotationSet inputAS,
AnnotationSet outputAS,
Ontology ontology)
Makes changes to the document, using LHS bindings. |
|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |