de.cau.cs.kieler.esterel.esterel
Interface AbortCase

All Superinterfaces:
AbortBody, EObject, Notifier
All Known Implementing Classes:
AbortCaseImpl

public interface AbortCase
extends AbortBody

A representation of the model object 'Abort Case'.

The following features are supported:

See Also:
EsterelPackage.getAbortCase()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 EList<AbortCaseSingle> getCases()
          Returns the value of the 'Cases' containment reference list.
 
Methods inherited from interface de.cau.cs.kieler.esterel.esterel.AbortBody
getEnd, setEnd
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getCases

EList<AbortCaseSingle> getCases()
Returns the value of the 'Cases' containment reference list. The list contents are of type AbortCaseSingle.

If the meaning of the 'Cases' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Cases' containment reference list.
See Also:
EsterelPackage.getAbortCase_Cases()
Generated:
This code was automatically generated.
Model element:
containment=true