Interface Loop
- All Superinterfaces:
AbstractUserAction
,org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,NamedElement
,Notifier
,PCMBaseClass
,PCMClass
- All Known Implementing Classes:
LoopImpl
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:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Body Behaviour Loop' containment reference.Returns the value of the 'Loop Iteration Loop' containment reference.void
Sets the value of the 'Body Behaviour Loop
' containment reference.void
Sets the value of the 'Loop Iteration Loop
' containment reference.Methods inherited from interface org.palladiosimulator.pcm.usagemodel.AbstractUserAction
getPredecessor, getScenarioBehaviour_AbstractUserAction, getSuccessor, setPredecessor, setScenarioBehaviour_AbstractUserAction, setSuccessor
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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
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 Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getLoopIteration_Loop
PCMRandomVariable getLoopIteration_Loop()Returns the value of the 'Loop Iteration Loop' containment reference. It is bidirectional and its opposite is 'Loop Loop Iteration
'.- Returns:
- the value of the 'Loop Iteration Loop' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="loop_LoopIteration" containment="true" required="true" ordered="false"
-
setLoopIteration_Loop
Sets the value of the 'Loop Iteration Loop
' containment reference.- Parameters:
value
- the new value of the 'Loop Iteration Loop' containment reference.- See Also:
- Generated class or method.
-
getBodyBehaviour_Loop
ScenarioBehaviour getBodyBehaviour_Loop()Returns the value of the 'Body Behaviour Loop' containment reference. It is bidirectional and its opposite is 'Loop Scenario Behaviour
'.- Returns:
- the value of the 'Body Behaviour Loop' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="loop_ScenarioBehaviour" containment="true" required="true" ordered="false"
-
setBodyBehaviour_Loop
Sets the value of the 'Body Behaviour Loop
' containment reference.- Parameters:
value
- the new value of the 'Body Behaviour Loop' containment reference.- See Also:
- Generated class or method.
-