de.uka.ipd.sdq.pcm.seff
Interface AbstractInternalControlFlowAction

All Superinterfaces:
AbstractAction, Entity, Identifier, NamedElement
All Known Subinterfaces:
AbstractLoopAction, AcquireAction, BranchAction, CollectionIteratorAction, ForkAction, InternalAction, LoopAction, ReleaseAction, SetVariableAction, StartAction, StopAction
All Known Implementing Classes:
AbstractInternalControlFlowActionImpl, AbstractLoopActionImpl, AcquireActionImpl, BranchActionImpl, CollectionIteratorActionImpl, ForkActionImpl, InternalActionImpl, LoopActionImpl, ReleaseActionImpl, SetVariableActionImpl, StartActionImpl, StopActionImpl

public interface AbstractInternalControlFlowAction
extends AbstractAction

A representation of the model object 'Abstract Internal Control Flow Action'. TODO

The following features are supported:

See Also:
SeffPackage.getAbstractInternalControlFlowAction()

Field Summary
static String copyright
           
 
Method Summary
  getResourceDemand_Action()
          Returns the value of the 'Resource Demand Action' containment reference list.
 
Methods inherited from interface de.uka.ipd.sdq.pcm.seff.AbstractAction
getPredecessor_AbstractAction, getSuccessor_AbstractAction, setPredecessor_AbstractAction, setSuccessor_AbstractAction
 
Methods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, idHasToBeUnique, setId
 
Methods inherited from interface de.uka.ipd.sdq.pcm.core.entity.NamedElement
getEntityName, setEntityName
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getResourceDemand_Action

 getResourceDemand_Action()
Returns the value of the 'Resource Demand Action' containment reference list. The list contents are of type ParametricResourceDemand. 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()