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

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

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

Methods in de.cau.cs.kieler.esterel.esterel that return AbortInstance
 AbortInstance EsterelFactory.createAbortInstance()
          Returns a new object of class 'Abort Instance'.
 

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

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement AbortInstance
 class AbortInstanceImpl
          An implementation of the model object 'Abort Instance'.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return AbortInstance
 AbortInstance EsterelFactoryImpl.createAbortInstance()
           
 

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

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