Uses of Interface
de.cau.cs.kieler.synccharts.IntValue

Packages that use IntValue
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.impl   
de.cau.cs.kieler.synccharts.util   
 

Uses of IntValue in de.cau.cs.kieler.synccharts
 

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

Uses of IntValue in de.cau.cs.kieler.synccharts.impl
 

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

Methods in de.cau.cs.kieler.synccharts.impl that return IntValue
 IntValue SyncchartsFactoryImpl.createIntValue()
           
 

Uses of IntValue in de.cau.cs.kieler.synccharts.util
 

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