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

Packages that use Value
de.cau.cs.kieler.core.kexpressions   
de.cau.cs.kieler.core.kexpressions.impl   
de.cau.cs.kieler.core.kexpressions.util   
 

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

Subinterfaces of Value in de.cau.cs.kieler.core.kexpressions
 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.kexpressions that return Value
 Value KExpressionsFactory.createValue()
          Returns a new object of class 'Value'.
 

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

Classes in de.cau.cs.kieler.core.kexpressions.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.kexpressions.impl that return Value
 Value KExpressionsFactoryImpl.createValue()
           
 

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

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