de.uka.ipd.sdq.pcm.seff
Interface AbstractLoopAction
- All Superinterfaces:
- AbstractAction, AbstractInternalControlFlowAction, Entity, Identifier, NamedElement
- All Known Subinterfaces:
- CollectionIteratorAction, LoopAction
- All Known Implementing Classes:
- AbstractLoopActionImpl, CollectionIteratorActionImpl, LoopActionImpl
public interface AbstractLoopAction
- extends AbstractInternalControlFlowAction
A representation of the model object 'Abstract Loop Action'.
TODO
The following features are supported:
- See Also:
SeffPackage.getAbstractLoopAction()
copyright
static final String copyright
-
- See Also:
- Constant Field Values
getBodyBehaviour_Loop
ResourceDemandingBehaviour getBodyBehaviour_Loop()
- Returns the value of the 'Body Behaviour Loop' containment reference.
If the meaning of the 'Body Behaviour Loop' containment reference isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Body Behaviour Loop' containment reference.
- See Also:
setBodyBehaviour_Loop(ResourceDemandingBehaviour),
SeffPackage.getAbstractLoopAction_BodyBehaviour_Loop()
setBodyBehaviour_Loop
void setBodyBehaviour_Loop(ResourceDemandingBehaviour value)
- Sets the value of the '
Body Behaviour Loop' containment reference.
- Parameters:
value - the new value of the 'Body Behaviour Loop' containment reference.- See Also:
getBodyBehaviour_Loop()