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

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

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

Subinterfaces of AwaitBody in de.cau.cs.kieler.esterel.esterel
 interface AwaitCase
          A representation of the model object 'Await Case'.
 interface AwaitInstance
          A representation of the model object 'Await Instance'.
 

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

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

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

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement AwaitBody
 class AwaitBodyImpl
          An implementation of the model object 'Await Body'.
 class AwaitCaseImpl
          An implementation of the model object 'Await Case'.
 class AwaitInstanceImpl
          An implementation of the model object 'Await Instance'.
 

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

Methods in de.cau.cs.kieler.esterel.esterel.impl that return AwaitBody
 AwaitBody EsterelFactoryImpl.createAwaitBody()
           
 AwaitBody AwaitImpl.getBody()
           
 

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

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

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