|
GATE Version 3.1-2270 |
|||||||||
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 |
Ontology.addInstance(OInstance theInstance)
Adds a preconstructed instance to the ontology. |
boolean |
ObjectProperty.isValidRange(OInstance instance)
|
boolean |
ObjectPropertyImpl.isValidRange(OInstance instance)
|
void |
Ontology.removeInstance(OInstance theInstance)
Removes the instance from the ontology. |
void |
OInstance.setDifferentFrom(OInstance theIndividual)
|
void |
OInstanceImpl.setDifferentFrom(OInstance theIndividual)
|
void |
OInstance.setSameIndividualAs(OInstance theIndividual)
|
void |
OInstanceImpl.setSameIndividualAs(OInstance theIndividual)
|
|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |