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

Packages that use FloatValue
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 FloatValue in de.cau.cs.kieler.core.expressions
 

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

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

Classes in de.cau.cs.kieler.core.expressions.impl that implement FloatValue
 class FloatValueImpl
          An implementation of the model object 'Float Value'.
 

Methods in de.cau.cs.kieler.core.expressions.impl that return FloatValue
 FloatValue ExpressionsFactoryImpl.createFloatValue()
           
 

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

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