Interface SeffProbabilisticBranchAction
-
- All Superinterfaces:
EObject
,Notifier
,SeffAction
- All Known Implementing Classes:
SeffProbabilisticBranchActionImpl
public interface SeffProbabilisticBranchAction extends SeffAction
A representation of the model object 'Seff Probabilistic Branch Action'.The following features are supported:
- See Also:
RepoLangPackage.getSeffProbabilisticBranchAction()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<SeffProbabilisticBranch>
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<SeffProbabilisticBranch> getBranches()
Returns the value of the 'Branches' containment reference list. The list contents are of typeSeffProbabilisticBranch
.- Returns:
- the value of the 'Branches' containment reference list.
- See Also:
RepoLangPackage.getSeffProbabilisticBranchAction_Branches()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
-