Package metricvalues

Interface Iteration

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
IterationImpl

public interface Iteration extends EObject
A representation of the model object 'Iteration'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getComponentCandidates

      EList<ComponentCandidate> getComponentCandidates()
      Returns the value of the 'Component Candidates' containment reference list. The list contents are of type ComponentCandidate.

      If the meaning of the 'Component Candidates' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Component Candidates' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • getComponents

      EList<Component> getComponents()
      Returns the value of the 'Components' containment reference list. The list contents are of type Component.

      If the meaning of the 'Components' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Components' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • getNumber

      int getNumber()
      Returns the value of the 'Number' attribute.

      If the meaning of the 'Number' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Number' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setNumber

      void setNumber(int value)
      Sets the value of the 'Number' attribute.
      Parameters:
      value - the new value of the 'Number' attribute.
      See Also:
      Generated class or method.
    • getCurCompThreshold

      double getCurCompThreshold()
      Returns the value of the 'Cur Comp Threshold' attribute.

      If the meaning of the 'Cur Comp Threshold' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Cur Comp Threshold' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setCurCompThreshold

      void setCurCompThreshold(double value)
      Sets the value of the 'Cur Comp Threshold' attribute.
      Parameters:
      value - the new value of the 'Cur Comp Threshold' attribute.
      See Also:
      Generated class or method.
    • getCurMergeThreshold

      double getCurMergeThreshold()
      Returns the value of the 'Cur Merge Threshold' attribute.

      If the meaning of the 'Cur Merge Threshold' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Cur Merge Threshold' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setCurMergeThreshold

      void setCurMergeThreshold(double value)
      Sets the value of the 'Cur Merge Threshold' attribute.
      Parameters:
      value - the new value of the 'Cur Merge Threshold' attribute.
      See Also:
      Generated class or method.
    • isIsMergeIteration

      boolean isIsMergeIteration()
      Returns the value of the 'Is Merge Iteration' attribute.

      If the meaning of the 'Is Merge Iteration' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Is Merge Iteration' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setIsMergeIteration

      void setIsMergeIteration(boolean value)
      Sets the value of the 'Is Merge Iteration' attribute.
      Parameters:
      value - the new value of the 'Is Merge Iteration' attribute.
      See Also:
      Generated class or method.