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

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

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

Methods in de.cau.cs.kieler.core.kexpressions that return IntValue
 IntValue KExpressionsFactory.createIntValue()
          Returns a new object of class 'Int Value'.
 

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

Classes in de.cau.cs.kieler.core.kexpressions.impl that implement IntValue
 class IntValueImpl
          An implementation of the model object 'Int Value'.
 

Methods in de.cau.cs.kieler.core.kexpressions.impl that return IntValue
 IntValue KExpressionsFactoryImpl.createIntValue()
           
 

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

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