Interface NumericalOrdinalStatistics

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, de.uka.ipd.sdq.identifier.Identifier, Notifier, NumericalNominalStatistics
All Known Subinterfaces:
NumericalIntervalStatistics, NumericalRatioStatistics
All Known Implementing Classes:
NumericalIntervalStatisticsImpl, NumericalOrdinalStatisticsImpl, NumericalRatioStatisticsImpl

public interface NumericalOrdinalStatistics extends NumericalNominalStatistics
A representation of the model object 'Numerical Ordinal Statistics'.

The following features are supported:

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

    • getMinimum

      javax.measure.Measure getMinimum()
      Returns the value of the 'Minimum' attribute.
      Returns:
      the value of the 'Minimum' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" required="true" ordered="false"
    • setMinimum

      void setMinimum(javax.measure.Measure value)
      Sets the value of the 'Minimum' attribute.
      Parameters:
      value - the new value of the 'Minimum' attribute.
      See Also:
      Generated class or method.
    • getMaximum

      javax.measure.Measure getMaximum()
      Returns the value of the 'Maximum' attribute.
      Returns:
      the value of the 'Maximum' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" required="true" ordered="false"
    • setMaximum

      void setMaximum(javax.measure.Measure value)
      Sets the value of the 'Maximum' attribute.
      Parameters:
      value - the new value of the 'Maximum' attribute.
      See Also:
      Generated class or method.
    • getMedian

      javax.measure.Measure getMedian()
      Returns the value of the 'Median' attribute.
      Returns:
      the value of the 'Median' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" ordered="false"
    • setMedian

      void setMedian(javax.measure.Measure value)
      Sets the value of the 'Median' attribute.
      Parameters:
      value - the new value of the 'Median' attribute.
      See Also:
      Generated class or method.
    • getPercentiles

      EList<NumericalPercentile> getPercentiles()
      Returns the value of the 'Percentiles' containment reference list. The list contents are of type NumericalPercentile. It is bidirectional and its opposite is 'Ordinal Statistics'.
      Returns:
      the value of the 'Percentiles' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      opposite="ordinalStatistics" containment="true" ordered="false"