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

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

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

Methods in de.cau.cs.kieler.esterel.esterel that return LoopBody
 LoopBody EsterelFactory.createLoopBody()
          Returns a new object of class 'Loop Body'.
 LoopBody Loop.getBody()
          Returns the value of the 'Body' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel with parameters of type LoopBody
 void Loop.setBody(LoopBody value)
          Sets the value of the 'Body' containment reference.
 

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

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement LoopBody
 class LoopBodyImpl
          An implementation of the model object 'Loop Body'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl declared as LoopBody
protected  LoopBody LoopImpl.body
          The cached value of the 'Body' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return LoopBody
 LoopBody EsterelFactoryImpl.createLoopBody()
           
 LoopBody LoopImpl.getBody()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl with parameters of type LoopBody
 NotificationChain LoopImpl.basicSetBody(LoopBody newBody, NotificationChain msgs)
           
 void LoopImpl.setBody(LoopBody newBody)
           
 

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

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