Package org.palladiosimulator.solver.lqn
Interface ActivityGraphBase
- All Known Subinterfaces:
EntryActivityGraph
,TaskActivityGraph
- All Known Implementing Classes:
ActivityGraphBaseImpl
,EntryActivityGraphImpl
,TaskActivityGraphImpl
A representation of the model object 'Activity Graph Base
'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- extendedMetaData="name='ActivityGraphBase' kind='elementOnly'"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Activity' containment reference list.Returns the value of the 'Precedence' 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 Details
-
getActivity
EList<ActivityDefType> getActivity()Returns the value of the 'Activity' containment reference list. The list contents are of typeActivityDefType
.If the meaning of the 'Activity' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Activity' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" extendedMetaData="kind='element' name='activity' namespace='##targetNamespace'"
-
getPrecedence
EList<PrecedenceType> getPrecedence()Returns the value of the 'Precedence' containment reference list. The list contents are of typePrecedenceType
.If the meaning of the 'Precedence' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Precedence' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" extendedMetaData="kind='element' name='precedence' namespace='##targetNamespace'"
-