Interface NumericalRatioStatistics

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

public interface NumericalRatioStatistics extends NumericalIntervalStatistics
A representation of the model object 'Numerical Ratio Statistics'.

The following features are supported:

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

    • getCoefficientOfVariation

      javax.measure.Measure getCoefficientOfVariation()
      Returns the value of the 'Coefficient Of Variation' attribute.

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

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

      void setCoefficientOfVariation(javax.measure.Measure value)
      Sets the value of the 'Coefficient Of Variation' attribute.
      Parameters:
      value - the new value of the 'Coefficient Of Variation' attribute.
      See Also:
      Generated class or method.
    • getGeometricMean

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

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

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

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