Interface StepwiseMetric

All Superinterfaces:
EObject, MetricDefinition, Notifier
All Known Implementing Classes:
StepwiseMetricImpl

public interface StepwiseMetric extends MetricDefinition
A representation of the model object 'Stepwise Metric'.

The following features are supported:

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

    • getInnerMetric

      Metric getInnerMetric()
      Returns the value of the 'Inner Metric' reference.

      If the meaning of the 'Inner Metric' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Inner Metric' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setInnerMetric

      void setInnerMetric(Metric value)
      Sets the value of the 'Inner Metric' reference.
      Parameters:
      value - the new value of the 'Inner Metric' reference.
      See Also:
      Generated class or method.
    • getSteps

      EList<BoundAndWeight> getSteps()
      Returns the value of the 'Steps' containment reference list. The list contents are of type BoundAndWeight.

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

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