Uses of Interface
org.omwg.ontology.RelationInstance

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

Uses of RelationInstance in org.omwg.ontology
 

Methods in org.omwg.ontology that return RelationInstance
 RelationInstance Ontology.findRelationInstance(Identifier id)
          Finds a relation instance in the set of relation instances defined by this ontology (returns NULL if none found).
 

Methods in org.omwg.ontology that return types with arguments of type RelationInstance
 Set<RelationInstance> Relation.listRelationInstances()
          Returns a list of this relation's instances
 Set<RelationInstance> Ontology.listRelationInstances()
          Lists the relationInstances defined by this ontology.
 

Methods in org.omwg.ontology with parameters of type RelationInstance
 void Relation.addRelationInstance(RelationInstance relInst)
          Adds a new RelationInstance to the set of instances of this relation The relation instance will also set this relation as the relation it is an instance of
 void Ontology.addRelationInstance(RelationInstance instance)
          Adds a new relationInstance to the list of relationInstances defined by this ontology.
 void Relation.removeRelationInstance(RelationInstance relInst)
          Removes a relation instance from the set of instances of this relation The relation instance will also set null for as the relation it is an instance of
 void Ontology.removeRelationInstance(RelationInstance instance)
          Removes a relationInstance from the list of relationInstances defined by this ontology.
 

Uses of RelationInstance in org.wsmo.factory
 

Methods in org.wsmo.factory that return RelationInstance
 RelationInstance WsmoFactory.createRelationInstance(Identifier id, Relation rel)
          Creates a new RelationInstance object.
 RelationInstance WsmoFactory.createRelationInstance(Relation rel)
          Creates a new RelationInstance object.
 RelationInstance WsmoFactory.getRelationInstance(Identifier id)
          Return existing RelationInstance object
 



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