Interface SeffGuardedBranchAction
-
- All Superinterfaces:
EObject
,Notifier
,SeffAction
- All Known Implementing Classes:
SeffGuardedBranchActionImpl
public interface SeffGuardedBranchAction extends SeffAction
A representation of the model object 'Seff Guarded Branch Action'.The following features are supported:
- See Also:
RepoLangPackage.getSeffGuardedBranchAction()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<SeffGuardedBranch>
getBranches()
Returns the value of the 'Branches' 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
-
Methods inherited from interface com.palladiosimulator.textual.repository.repoLang.SeffAction
getName, setName
-
-
-
-
Method Detail
-
getBranches
EList<SeffGuardedBranch> getBranches()
Returns the value of the 'Branches' containment reference list. The list contents are of typeSeffGuardedBranch
.- Returns:
- the value of the 'Branches' containment reference list.
- See Also:
RepoLangPackage.getSeffGuardedBranchAction_Branches()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
-