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

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

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

Subinterfaces of PresentBody in de.cau.cs.kieler.esterel.esterel
 interface PresentCaseList
          A representation of the model object 'Present Case List'.
 interface PresentEventBody
          A representation of the model object 'Present Event Body'.
 

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

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

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

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement PresentBody
 class PresentBodyImpl
          An implementation of the model object 'Present Body'.
 class PresentCaseListImpl
          An implementation of the model object 'Present Case List'.
 class PresentEventBodyImpl
          An implementation of the model object 'Present Event Body'.
 

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

Methods in de.cau.cs.kieler.esterel.esterel.impl that return PresentBody
 PresentBody EsterelFactoryImpl.createPresentBody()
           
 PresentBody PresentImpl.getBody()
           
 

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

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

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