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

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

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

Methods in de.cau.cs.kieler.esterel.esterel that return ModuleInterface
 ModuleInterface EsterelFactory.createModuleInterface()
          Returns a new object of class 'Module Interface'.
 ModuleInterface Module.getModInt()
          Returns the value of the 'Mod Int' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel with parameters of type ModuleInterface
 void Module.setModInt(ModuleInterface value)
          Sets the value of the 'Mod Int' containment reference.
 

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

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement ModuleInterface
 class ModuleInterfaceImpl
          An implementation of the model object 'Module Interface'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl declared as ModuleInterface
protected  ModuleInterface ModuleImpl.modInt
          The cached value of the 'Mod Int' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return ModuleInterface
 ModuleInterface EsterelFactoryImpl.createModuleInterface()
           
 ModuleInterface ModuleImpl.getModInt()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl with parameters of type ModuleInterface
 NotificationChain ModuleImpl.basicSetModInt(ModuleInterface newModInt, NotificationChain msgs)
           
 void ModuleImpl.setModInt(ModuleInterface newModInt)
           
 

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

Methods in de.cau.cs.kieler.esterel.esterel.util with parameters of type ModuleInterface
 T EsterelSwitch.caseModuleInterface(ModuleInterface object)
          Returns the result of interpreting the object as an instance of 'Module Interface'.