de.cau.cs.kieler.esterel.esterel
Interface ElsIfPart

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ElsIfPartImpl

public interface ElsIfPart
extends EObject

A representation of the model object 'Els If Part'.

The following features are supported:

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

Method Summary
 EList<ElsIf> getElsif()
          Returns the value of the 'Elsif' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getElsif

EList<ElsIf> getElsif()
Returns the value of the 'Elsif' containment reference list. The list contents are of type ElsIf.

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

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