Uses of Interface
de.cau.cs.kieler.core.expressions.Value

Packages that use Value
de.cau.cs.kieler.core.expressions   
de.cau.cs.kieler.core.expressions.impl   
de.cau.cs.kieler.core.expressions.util Utility code for the Expressions model. 
 

Uses of Value in de.cau.cs.kieler.core.expressions
 

Subinterfaces of Value in de.cau.cs.kieler.core.expressions
 interface BooleanValue
          A representation of the model object 'Boolean Value'.
 interface FloatValue
          A representation of the model object 'Float Value'.
 interface IntValue
          A representation of the model object 'Int Value'.
 

Methods in de.cau.cs.kieler.core.expressions that return Value
 Value ExpressionsFactory.createValue()
          Returns a new object of class 'Value'.
 

Uses of Value in de.cau.cs.kieler.core.expressions.impl
 

Classes in de.cau.cs.kieler.core.expressions.impl that implement Value
 class BooleanValueImpl
          An implementation of the model object 'Boolean Value'.
 class FloatValueImpl
          An implementation of the model object 'Float Value'.
 class IntValueImpl
          An implementation of the model object 'Int Value'.
 class ValueImpl
          An implementation of the model object 'Value'.
 

Methods in de.cau.cs.kieler.core.expressions.impl that return Value
 Value ExpressionsFactoryImpl.createValue()
           
 

Uses of Value in de.cau.cs.kieler.core.expressions.util
 

Methods in de.cau.cs.kieler.core.expressions.util with parameters of type Value
 T ExpressionsSwitch.caseValue(Value object)
          Returns the result of interpreting the object as an instance of 'Value'.