Interface HarmonicMean
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
,StatisticalCharacterization
- All Known Implementing Classes:
HarmonicMeanImpl
public interface HarmonicMean extends StatisticalCharacterization
A representation of the model object 'Harmonic Mean'. The StatisticalCharacterization 'HarmonicMean' which computes the harmonic mean of a sequence of measurements.- See Also:
MonitorRepositoryPackage.getHarmonicMean()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatisticalCharacterizationAggregator
getAggregator(org.palladiosimulator.metricspec.NumericalBaseMetricDescription expectedDataMetric)
-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getAggregator
StatisticalCharacterizationAggregator getAggregator(org.palladiosimulator.metricspec.NumericalBaseMetricDescription expectedDataMetric)
- Specified by:
getAggregator
in interfaceStatisticalCharacterization
- Generated class or method.
- EMF model class or method.
- dataType= "org.palladiosimulator.monitorrepository.util.StatisticalCharacterizationAggregator" annotation= "http://www.eclipse.org/emf/2002/GenModel body='return new org.palladiosimulator.monitorrepository.statisticalcharacterization.HarmonicMeanAggregator(expectedDataMetric);'" annotation="http://www.eclipse.org/emf/2002/Ecore suppressedSetVisibility='true'"
-
-