Uses of Interface
org.omwg.ontology.Value

Packages that use Value
org.omwg.ontology   
org.wsmo.common   
 

Uses of Value in org.omwg.ontology
 

Subinterfaces of Value in org.omwg.ontology
 interface ComplexDataValue
          Interface or class description
 interface DataValue
          Data Value reoresents wsml data values (correspond to xml data values).
 interface Instance
          This class represents an instance of a WSMO concept.
 interface SimpleDataValue
          Interface or class description
 

Methods in org.omwg.ontology that return Value
 Value RelationInstance.getParameterValue(byte pos)
          Returns the value of the specified paramter.
 

Methods in org.omwg.ontology that return types with arguments of type Value
 Map<Identifier,Set<Value>> Instance.listAttributeValues()
          Returns all attribute values for this instance.
 Set<Value> Instance.listAttributeValues(Identifier key)
          Returns a list of values of a specified attribute.
 List<Value> RelationInstance.listParameterValues()
          Returns a list of ParameterValues.
 

Methods in org.omwg.ontology with parameters of type Value
 void Instance.addAttributeValue(Identifier id, Value value)
          Adds a new attribute value to the list of values associated with the specified attribute of this instance.
 void Instance.removeAttributeValue(Identifier key, Value value)
          Removes a particular value associated with an attribute within this instance.
 void RelationInstance.setParameterValue(byte pos, Value value)
          Sets the value of the specieifed Parameter to be the specified ParameterValue object.
 

Uses of Value in org.wsmo.common
 

Methods in org.wsmo.common with parameters of type Value
 void Entity.addNFPValue(IRI key, Value value)
          Adds a value to the list of values associated with this key.
 void Entity.removeNFPValue(IRI key, Value value)
          Removes a value from the list of values associated with a specific key.
 



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