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

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

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

Subinterfaces of AbortBody in de.cau.cs.kieler.esterel.esterel
 interface AbortCase
          A representation of the model object 'Abort Case'.
 interface AbortInstance
          A representation of the model object 'Abort Instance'.
 

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

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

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

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement AbortBody
 class AbortBodyImpl
          An implementation of the model object 'Abort Body'.
 class AbortCaseImpl
          An implementation of the model object 'Abort Case'.
 class AbortInstanceImpl
          An implementation of the model object 'Abort Instance'.
 

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

Methods in de.cau.cs.kieler.esterel.esterel.impl that return AbortBody
 AbortBody EsterelFactoryImpl.createAbortBody()
           
 AbortBody AbortImpl.getBody()
           
 

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

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

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