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

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

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

Methods in de.cau.cs.kieler.synccharts that return BooleanValue
 BooleanValue SyncchartsFactory.createBooleanValue()
          Returns a new object of class 'Boolean Value'.
 

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

Classes in de.cau.cs.kieler.synccharts.impl that implement BooleanValue
 class BooleanValueImpl
          An implementation of the model object 'Boolean Value'.
 

Methods in de.cau.cs.kieler.synccharts.impl that return BooleanValue
 BooleanValue SyncchartsFactoryImpl.createBooleanValue()
           
 

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

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