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
- 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
public interface AbstractInternalControlFlowAction extends AbstractAction
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:
SeffPackage.getAbstractInternalControlFlowAction()- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<InfrastructureCall>getInfrastructureCall__Action()Returns the value of the 'Infrastructure Call Action' containment reference list.EList<ResourceCall>getResourceCall__Action()Returns the value of the 'Resource Call Action' containment reference list.EList<ParametricResourceDemand>getResourceDemand_Action()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 org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
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'.If the meaning of the 'Resource Demand Action' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resource Demand Action' containment reference list.
- See Also:
SeffPackage.getAbstractInternalControlFlowAction_ResourceDemand_Action(),ParametricResourceDemand.getAction_ParametricResourceDemand()- 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'.If the meaning of the 'Infrastructure Call Action' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Infrastructure Call Action' containment reference list.
- See Also:
SeffPackage.getAbstractInternalControlFlowAction_InfrastructureCall__Action(),InfrastructureCall.getAction__InfrastructureCall()- 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'.If the meaning of the 'Resource Call Action' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resource Call Action' containment reference list.
- See Also:
SeffPackage.getAbstractInternalControlFlowAction_ResourceCall__Action(),ResourceCall.getAction__ResourceCall()- Generated class or method.
- EMF model class or method.
- opposite="action__ResourceCall" containment="true" ordered="false"
-
-