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()

Field Summary
static String copyright
           
 
Method Summary
 ResourceDemandingBehaviour getBodyBehaviour_Loop()
          Returns the value of the 'Body Behaviour Loop' containment reference.
 void setBodyBehaviour_Loop(ResourceDemandingBehaviour value)
          Sets the value of the 'Body Behaviour Loop' containment reference.
 
Methods inherited from interface de.uka.ipd.sdq.pcm.seff.AbstractInternalControlFlowAction
getResourceDemand_Action
 
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

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()