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.Measure
Returns the value of the 'Coefficient Of Variation' attribute.javax.measure.Measure
Returns the value of the 'Geometric Mean' attribute.javax.measure.Measure
Returns the value of the 'Harmonic Mean' attribute.void
setCoefficientOfVariation
(javax.measure.Measure value) Sets the value of the 'Coefficient Of Variation
' attribute.void
setGeometricMean
(javax.measure.Measure value) Sets the value of the 'Geometric Mean
' attribute.void
setHarmonicMean
(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, 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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.palladiosimulator.edp2.models.ExperimentData.NumericalIntervalStatistics
getArithmethicMean, getStandardDeviation, getSum, getVariance, setArithmethicMean, setStandardDeviation, setSum, setVariance
Methods inherited from interface org.palladiosimulator.edp2.models.ExperimentData.NumericalNominalStatistics
getDataSeries, getNumberMeasurements, getNumericalMassDistribution, setDataSeries, setNumberMeasurements
Methods 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.
-