Uses of Interface
org.omwg.ontology.Instance

Packages that use Instance
org.omwg.ontology   
org.wsmo.factory   
 

Uses of Instance in org.omwg.ontology
 

Methods in org.omwg.ontology that return Instance
 Instance Ontology.findInstance(Identifier id)
          Finds an instance in the set of instances defined by this ontology (returns NULL if none found).
 

Methods in org.omwg.ontology that return types with arguments of type Instance
 Set<Instance> Concept.listInstances()
          Returns a list of this concept's instances
 Set<Instance> Ontology.listInstances()
          Lists the instances defined by this ontology.
 

Methods in org.omwg.ontology with parameters of type Instance
 void Concept.addInstance(Instance inst)
          Adds a new instance to the set of instances of this concept The instance will also add this concept to the list of its concepts
 void Ontology.addInstance(Instance instance)
          Adds a new instance to the list of instances defined by this ontology.
 void Concept.removeInstance(Instance inst)
          Removes an instance from the set of instances of this concept The instance will also remove this concept from the list of its concepts
 void Ontology.removeInstance(Instance instance)
          Removes an instance from the list of instances defined by this ontology.
 

Uses of Instance in org.wsmo.factory
 

Methods in org.wsmo.factory that return Instance
 Instance WsmoFactory.createInstance(Identifier id)
          Creates a new Instance object.
 Instance WsmoFactory.createInstance(Identifier id, Concept concept)
          Creates a new Instance object.
 Instance WsmoFactory.getInstance(Identifier id)
          Return existing Instance object
 



Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.