Interface LoopIteration
- All Known Implementing Classes:
LoopIterationImpl
A representation of the model object 'Loop Iteration'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.seff.AbstractLoopActionReturns the value of the 'Loopaction Loop Iteration' reference.org.palladiosimulator.pcm.core.PCMRandomVariableReturns the value of the 'Specification Loop Iteration' containment reference.voidsetLoopaction_LoopIteration(org.palladiosimulator.pcm.seff.AbstractLoopAction value) Sets the value of the 'Loopaction Loop Iteration' reference.voidsetSpecification_LoopIteration(org.palladiosimulator.pcm.core.PCMRandomVariable value) Sets the value of the 'Specification Loop Iteration' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getLoopaction_LoopIteration
org.palladiosimulator.pcm.seff.AbstractLoopAction getLoopaction_LoopIteration()Returns the value of the 'Loopaction Loop Iteration' reference.If the meaning of the 'Loopaction Loop Iteration' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Loopaction Loop Iteration' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setLoopaction_LoopIteration
void setLoopaction_LoopIteration(org.palladiosimulator.pcm.seff.AbstractLoopAction value) Sets the value of the 'Loopaction Loop Iteration' reference.- Parameters:
value- the new value of the 'Loopaction Loop Iteration' reference.- See Also:
- Generated class or method.
-
getSpecification_LoopIteration
org.palladiosimulator.pcm.core.PCMRandomVariable getSpecification_LoopIteration()Returns the value of the 'Specification Loop Iteration' containment reference.If the meaning of the 'Specification Loop Iteration' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Specification Loop Iteration' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setSpecification_LoopIteration
void setSpecification_LoopIteration(org.palladiosimulator.pcm.core.PCMRandomVariable value) Sets the value of the 'Specification Loop Iteration' containment reference.- Parameters:
value- the new value of the 'Specification Loop Iteration' containment reference.- See Also:
- Generated class or method.
-