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:
ExperimentDataPackage.getNumericalRatioStatistics()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.measure.Measure
getCoefficientOfVariation()
Returns the value of the 'Coefficient Of Variation' attribute.javax.measure.Measure
getGeometricMean()
Returns the value of the 'Geometric Mean' attribute.javax.measure.Measure
getHarmonicMean()
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 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 Detail
-
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:
setCoefficientOfVariation(Measure)
,ExperimentDataPackage.getNumericalRatioStatistics_CoefficientOfVariation()
- 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:
getCoefficientOfVariation()
- Generated class or method.
-
getGeometricMean
javax.measure.Measure getGeometricMean()
Returns the value of the 'Geometric Mean' attribute.If the meaning of the 'Geometric Mean' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Geometric Mean' attribute.
- See Also:
setGeometricMean(Measure)
,ExperimentDataPackage.getNumericalRatioStatistics_GeometricMean()
- 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:
getGeometricMean()
- Generated class or method.
-
getHarmonicMean
javax.measure.Measure getHarmonicMean()
Returns the value of the 'Harmonic Mean' attribute.If the meaning of the 'Harmonic Mean' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Harmonic Mean' attribute.
- See Also:
setHarmonicMean(Measure)
,ExperimentDataPackage.getNumericalRatioStatistics_HarmonicMean()
- 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:
getHarmonicMean()
- Generated class or method.
-
-