Package org.palladiosimulator.pcm.seff
Interface AbstractInternalControlFlowAction
- All Superinterfaces:
AbstractAction
,org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,NamedElement
,Notifier
,PCMBaseClass
,PCMClass
- All Known Subinterfaces:
AbstractLoopAction
,AcquireAction
,BranchAction
,CollectionIteratorAction
,ForkAction
,InternalAction
,InternalCallAction
,LoopAction
,RecoveryAction
,ReleaseAction
,SetVariableAction
,StartAction
,StopAction
- All Known Implementing Classes:
AbstractInternalControlFlowActionImpl
,AbstractLoopActionImpl
,AcquireActionImpl
,BranchActionImpl
,CollectionIteratorActionImpl
,ForkActionImpl
,InternalActionImpl
,InternalCallActionImpl
,LoopActionImpl
,RecoveryActionImpl
,ReleaseActionImpl
,SetVariableActionImpl
,StartActionImpl
,StopActionImpl
A representation of the model object 'Abstract Internal Control Flow Action'.
Abstract parent class of any internal control flow (e.g. InternalAction)
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Infrastructure Call Action' containment reference list.Returns the value of the 'Resource Call Action' containment reference list.Returns the value of the 'Resource Demand Action' containment reference list.Methods inherited from interface org.palladiosimulator.pcm.seff.AbstractAction
getPredecessor_AbstractAction, getResourceDemandingBehaviour_AbstractAction, getSuccessor_AbstractAction, setPredecessor_AbstractAction, setResourceDemandingBehaviour_AbstractAction, setSuccessor_AbstractAction
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
Methods inherited from interface org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getResourceDemand_Action
EList<ParametricResourceDemand> getResourceDemand_Action()Returns the value of the 'Resource Demand Action' containment reference list. The list contents are of typeParametricResourceDemand
. It is bidirectional and its opposite is 'Action Parametric Resource Demand
'.- Returns:
- the value of the 'Resource Demand Action' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="action_ParametricResourceDemand" containment="true" ordered="false"
-
getInfrastructureCall__Action
EList<InfrastructureCall> getInfrastructureCall__Action()Returns the value of the 'Infrastructure Call Action' containment reference list. The list contents are of typeInfrastructureCall
. It is bidirectional and its opposite is 'Action Infrastructure Call
'.- Returns:
- the value of the 'Infrastructure Call Action' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="action__InfrastructureCall" containment="true" ordered="false"
-
getResourceCall__Action
EList<ResourceCall> getResourceCall__Action()Returns the value of the 'Resource Call Action' containment reference list. The list contents are of typeResourceCall
. It is bidirectional and its opposite is 'Action Resource Call
'.- Returns:
- the value of the 'Resource Call Action' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="action__ResourceCall" containment="true" ordered="false"
-