Uses of Interface
gate.creole.ontology.OInstance

Packages that use OInstance
gate.creole.ontology   
 

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 KnowledgeBase.addInstance(String name, OClass theClass)
          Adds an instance to the knowledge base.
 OInstance KnowledgeBase.getInstanceByName(String instanceName)
          Gets the instance with the given name.
 

Methods in gate.creole.ontology with parameters of type OInstance
 void KnowledgeBase.addInstance(OInstance theInstance)
          Adds an instance to the knowledge base.
 void KnowledgeBase.removeInstance(OInstance theInstance)
          Removes the instance from the knowledge base.