|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Loop
A representation of the model object 'Loop'. A Loop models a repeated sequence of actions in the user flow. It contains a nested ScenarioBehaviour specifying the loop body, and a RandomVariable specifying the number of iterations.
The following features are supported:
UsagemodelPackage.getLoop()| Field Summary | |
|---|---|
static String |
copyright
|
| Method Summary | |
|---|---|
ScenarioBehaviour |
getBodyBehaviour_Loop()
Returns the value of the 'Body Behaviour Loop' containment reference. |
PCMRandomVariable |
getLoopIteration_Loop()
Returns the value of the 'Loop Iteration Loop' containment reference. |
void |
setBodyBehaviour_Loop(ScenarioBehaviour value)
Sets the value of the ' Body Behaviour Loop' containment reference. |
void |
setLoopIteration_Loop(PCMRandomVariable value)
Sets the value of the ' Loop Iteration Loop' containment reference. |
| Methods inherited from interface de.uka.ipd.sdq.pcm.usagemodel.AbstractUserAction |
|---|
getPredecessor, getSuccessor, setPredecessor, setSuccessor |
| 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 |
|---|
static final String copyright
| Method Detail |
|---|
ScenarioBehaviour getBodyBehaviour_Loop()
If the meaning of the 'Body Behaviour Loop' containment reference isn't clear, there really should be more of a description here...
setBodyBehaviour_Loop(ScenarioBehaviour),
UsagemodelPackage.getLoop_BodyBehaviour_Loop()void setBodyBehaviour_Loop(ScenarioBehaviour value)
Body Behaviour Loop' containment reference.
value - the new value of the 'Body Behaviour Loop' containment reference.getBodyBehaviour_Loop()PCMRandomVariable getLoopIteration_Loop()
If the meaning of the 'Loop Iteration Loop' containment reference isn't clear, there really should be more of a description here...
setLoopIteration_Loop(PCMRandomVariable),
UsagemodelPackage.getLoop_LoopIteration_Loop()void setLoopIteration_Loop(PCMRandomVariable value)
Loop Iteration Loop' containment reference.
value - the new value of the 'Loop Iteration Loop' containment reference.getLoopIteration_Loop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||