Interface StatisticalCharacterization

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, Notifier
All Known Subinterfaces:
ArithmeticMean, GeometricMean, HarmonicMean, Median
All Known Implementing Classes:
ArithmeticMeanImpl, GeometricMeanImpl, HarmonicMeanImpl, MedianImpl, StatisticalCharacterizationImpl

public interface StatisticalCharacterization extends org.eclipse.emf.cdo.CDOObject
A representation of the model object 'Statistical Characterization'. A StatisticalCharacterization defines the way a sequence of measurements is to be aggregated.
See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getAggregator

      StatisticalCharacterizationAggregator getAggregator(org.palladiosimulator.metricspec.NumericalBaseMetricDescription expectedDataMetric)
      Gets the StatisticalCharacterizationAggregator performing the measurement aggregation defined by this instance.
      Generated class or method.
      EMF model class or method.
      dataType="org.palladiosimulator.monitorrepository.util.StatisticalCharacterizationAggregator"