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

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

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

Methods in de.cau.cs.kieler.esterel.esterel that return SensorDecl
 SensorDecl EsterelFactory.createSensorDecl()
          Returns a new object of class 'Sensor Decl'.
 

Methods in de.cau.cs.kieler.esterel.esterel that return types with arguments of type SensorDecl
 EList<SensorDecl> ModuleInterface.getIntSensorDecl()
          Returns the value of the 'Int Sensor Decl' containment reference list.
 

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

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement SensorDecl
 class SensorDeclImpl
          An implementation of the model object 'Sensor Decl'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl with type parameters of type SensorDecl
protected  EList<SensorDecl> ModuleInterfaceImpl.intSensorDecl
          The cached value of the 'Int Sensor Decl' containment reference list.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return SensorDecl
 SensorDecl EsterelFactoryImpl.createSensorDecl()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return types with arguments of type SensorDecl
 EList<SensorDecl> ModuleInterfaceImpl.getIntSensorDecl()
           
 

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

Methods in de.cau.cs.kieler.esterel.esterel.util with parameters of type SensorDecl
 T EsterelSwitch.caseSensorDecl(SensorDecl object)
          Returns the result of interpreting the object as an instance of 'Sensor Decl'.