Uses of Interface
org.omwg.ontology.SimpleDataValue

Packages that use SimpleDataValue
org.omwg.logicalexpression.terms   
org.omwg.ontology   
org.wsmo.factory   
 

Uses of SimpleDataValue in org.omwg.logicalexpression.terms
 

Methods in org.omwg.logicalexpression.terms with parameters of type SimpleDataValue
 void Visitor.visitSimpleDataValue(SimpleDataValue t)
           
 

Uses of SimpleDataValue in org.omwg.ontology
 

Methods in org.omwg.ontology that return SimpleDataValue
 SimpleDataValue ComplexDataValue.getArgumentValue(byte pos)
           
 

Uses of SimpleDataValue in org.wsmo.factory
 

Methods in org.wsmo.factory that return SimpleDataValue
 SimpleDataValue DataFactory.createWsmlDecimal(BigDecimal value)
           
 SimpleDataValue DataFactory.createWsmlDecimal(String value)
           
 SimpleDataValue DataFactory.createWsmlInteger(BigInteger value)
           
 SimpleDataValue DataFactory.createWsmlInteger(String value)
           
 SimpleDataValue DataFactory.createWsmlString(String value)
           
 

Methods in org.wsmo.factory with parameters of type SimpleDataValue
 ComplexDataValue DataFactory.createDataValue(ComplexDataType type, SimpleDataValue argumentValues)
           
 ComplexDataValue DataFactory.createDataValue(ComplexDataType type, SimpleDataValue[] argumentValues)
           
 



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