|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OInstance | |
com.ontotext.gate.ontology | |
com.ontotext.gate.vr | |
gate.creole.ontology |
Uses of OInstance in com.ontotext.gate.ontology |
Methods in com.ontotext.gate.ontology that return OInstance | |
OInstance |
OntologyImpl.addInstance(String name,
OClass theClass)
|
OInstance |
OntologyImpl.getInstanceByName(String aName)
|
Methods in com.ontotext.gate.ontology with parameters of type OInstance | |
void |
OntologyImpl.addInstance(OInstance theInstance)
|
void |
OntologyImpl.removeInstance(OInstance theInstance)
|
Uses of OInstance in com.ontotext.gate.vr |
Constructors in com.ontotext.gate.vr with parameters of type OInstance | |
ClassNode(OInstance instance)
Constructs a class node given an ontology instance |
Uses of OInstance in gate.creole.ontology |
Classes in gate.creole.ontology that implement OInstance | |
class |
OInstanceImpl
|
Methods in gate.creole.ontology that return OInstance | |
OInstance |
Ontology.addInstance(String name,
OClass theClass)
Adds an instance to the ontology. |
OInstance |
Ontology.getInstanceByName(String instanceName)
Gets the instance with the given name. |
Methods in gate.creole.ontology with parameters of type OInstance | |
void |
OInstance.setDifferentFrom(OInstance theIndividual)
|
void |
OInstance.setSameIndividualAs(OInstance theIndividual)
|
void |
OInstanceImpl.setDifferentFrom(OInstance theIndividual)
|
void |
OInstanceImpl.setSameIndividualAs(OInstance theIndividual)
|
void |
Ontology.addInstance(OInstance theInstance)
Adds an instance to the ontology. |
void |
Ontology.removeInstance(OInstance theInstance)
Removes the instance from the ontology. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |