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

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

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

Subinterfaces of LoopEach in de.cau.cs.kieler.esterel.esterel
 interface LoopDelay
          A representation of the model object 'Loop Delay'.
 

Methods in de.cau.cs.kieler.esterel.esterel that return LoopEach
 LoopEach EsterelFactory.createLoopEach()
          Returns a new object of class 'Loop Each'.
 LoopEach Loop.getEnd()
          Returns the value of the 'End' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel with parameters of type LoopEach
 void Loop.setEnd(LoopEach value)
          Sets the value of the 'End' containment reference.
 

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

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement LoopEach
 class LoopDelayImpl
          An implementation of the model object 'Loop Delay'.
 class LoopEachImpl
          An implementation of the model object 'Loop Each'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl declared as LoopEach
protected  LoopEach LoopImpl.end
          The cached value of the 'End' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return LoopEach
 LoopEach EsterelFactoryImpl.createLoopEach()
           
 LoopEach LoopImpl.getEnd()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl with parameters of type LoopEach
 NotificationChain LoopImpl.basicSetEnd(LoopEach newEnd, NotificationChain msgs)
           
 void LoopImpl.setEnd(LoopEach newEnd)
           
 

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

Methods in de.cau.cs.kieler.esterel.esterel.util with parameters of type LoopEach
 T EsterelSwitch.caseLoopEach(LoopEach object)
          Returns the result of interpreting the object as an instance of 'Loop Each'.