Package org.palladiosimulator.solver.lqn
Interface ActivityGraphBase
-
- All Known Subinterfaces:
EntryActivityGraph
,TaskActivityGraph
- All Known Implementing Classes:
ActivityGraphBaseImpl
,EntryActivityGraphImpl
,TaskActivityGraphImpl
public interface ActivityGraphBase extends EObject
A representation of the model object 'Activity Graph Base '.The following features are supported:
- See Also:
LqnPackage.getActivityGraphBase()
- Generated class or method.
- EMF model class or method.
- extendedMetaData="name='ActivityGraphBase' kind='elementOnly'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ActivityDefType>
getActivity()
Returns the value of the 'Activity' containment reference list.EList<PrecedenceType>
getPrecedence()
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 Detail
-
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:
LqnPackage.getActivityGraphBase_Activity()
- 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:
LqnPackage.getActivityGraphBase_Precedence()
- Generated class or method.
- EMF model class or method.
- containment="true" extendedMetaData="kind='element' name='precedence' namespace='##targetNamespace'"
-
-