Interface NumericalIntervalStatistics

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

public interface NumericalIntervalStatistics extends NumericalOrdinalStatistics
A representation of the model object 'Numerical Interval Statistics'.

The following features are supported:

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

    • getArithmethicMean

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

      void setArithmethicMean(javax.measure.Measure value)
      Sets the value of the 'Arithmethic Mean' attribute.
      Parameters:
      value - the new value of the 'Arithmethic Mean' attribute.
      See Also:
      Generated class or method.
    • getVariance

      javax.measure.Measure getVariance()
      Returns the value of the 'Variance' attribute.

      Please note that the variance is a dimensionless value. Use Dimensionless.UNIT as unit for the measure.

      Returns:
      the value of the 'Variance' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" required="true" ordered="false"
    • setVariance

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

      javax.measure.Measure getStandardDeviation()
      Returns the value of the 'Standard Deviation' attribute.

      Please note that the standard deviation is a dimensionless value. Use Dimensionless.UNIT as unit for the measure.

      Returns:
      the value of the 'Standard Deviation' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" required="true" ordered="false"
    • setStandardDeviation

      void setStandardDeviation(javax.measure.Measure value)
      Sets the value of the 'Standard Deviation' attribute.
      Parameters:
      value - the new value of the 'Standard Deviation' attribute.
      See Also:
      Generated class or method.
    • getSum

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

      void setSum(javax.measure.Measure value)
      Sets the value of the 'Sum' attribute.
      Parameters:
      value - the new value of the 'Sum' attribute.
      See Also:
      Generated class or method.