Interface LoopIteration
-
- All Known Implementing Classes:
LoopIterationImpl
public interface LoopIteration extends EObject
A representation of the model object 'Loop Iteration'.The following features are supported:
- See Also:
ComputedUsagePackage.getLoopIteration()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.pcm.seff.AbstractLoopAction
getLoopaction_LoopIteration()
Returns the value of the 'Loopaction Loop Iteration' reference.org.palladiosimulator.pcm.core.PCMRandomVariable
getSpecification_LoopIteration()
Returns the value of the 'Specification Loop Iteration' containment reference.void
setLoopaction_LoopIteration(org.palladiosimulator.pcm.seff.AbstractLoopAction value)
Sets the value of the 'Loopaction Loop Iteration
' reference.void
setSpecification_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, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
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:
setLoopaction_LoopIteration(AbstractLoopAction)
,ComputedUsagePackage.getLoopIteration_Loopaction_LoopIteration()
- 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:
getLoopaction_LoopIteration()
- 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:
setSpecification_LoopIteration(PCMRandomVariable)
,ComputedUsagePackage.getLoopIteration_Specification_LoopIteration()
- 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:
getSpecification_LoopIteration()
- Generated class or method.
-
-