Interface LoopIteration

All Superinterfaces:
EObject, Notifier
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:
Generated class or method.
EMF model class or method.
  • Field Details

  • 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.