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
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 Summary
Modifier and TypeMethodDescriptionjavax.measure.MeasureReturns the value of the 'Coefficient Of Variation' attribute.javax.measure.MeasureReturns the value of the 'Geometric Mean' attribute.javax.measure.MeasureReturns the value of the 'Harmonic Mean' attribute.voidsetCoefficientOfVariation(javax.measure.Measure value) Sets the value of the 'Coefficient Of Variation' attribute.voidsetGeometricMean(javax.measure.Measure value) Sets the value of the 'Geometric Mean' attribute.voidsetHarmonicMean(javax.measure.Measure value) Sets the value of the 'Harmonic Mean' attribute.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, cdoWriteOptionMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, setIdMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.palladiosimulator.edp2.models.ExperimentData.NumericalIntervalStatistics
getArithmethicMean, getStandardDeviation, getSum, getVariance, setArithmethicMean, setStandardDeviation, setSum, setVarianceMethods inherited from interface org.palladiosimulator.edp2.models.ExperimentData.NumericalNominalStatistics
getDataSeries, getNumberMeasurements, getNumericalMassDistribution, setDataSeries, setNumberMeasurementsMethods inherited from interface org.palladiosimulator.edp2.models.ExperimentData.NumericalOrdinalStatistics
getMaximum, getMedian, getMinimum, getPercentiles, setMaximum, setMedian, setMinimum
-
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.
-