Uses of Interface
de.cau.cs.kieler.esterel.esterel.DataValueBoolean

Packages that use DataValueBoolean
de.cau.cs.kieler.esterel.esterel   
de.cau.cs.kieler.esterel.esterel.impl   
de.cau.cs.kieler.esterel.esterel.util   
 

Uses of DataValueBoolean in de.cau.cs.kieler.esterel.esterel
 

Methods in de.cau.cs.kieler.esterel.esterel that return DataValueBoolean
 DataValueBoolean EsterelFactory.createDataValueBoolean()
          Returns a new object of class 'Data Value Boolean'.
 

Uses of DataValueBoolean in de.cau.cs.kieler.esterel.esterel.impl
 

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement DataValueBoolean
 class DataValueBooleanImpl
          An implementation of the model object 'Data Value Boolean'.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return DataValueBoolean
 DataValueBoolean EsterelFactoryImpl.createDataValueBoolean()
           
 

Uses of DataValueBoolean in de.cau.cs.kieler.esterel.esterel.util
 

Methods in de.cau.cs.kieler.esterel.esterel.util with parameters of type DataValueBoolean
 T EsterelSwitch.caseDataValueBoolean(DataValueBoolean object)
          Returns the result of interpreting the object as an instance of 'Data Value Boolean'.