Interface NumericalIntervalStatistics
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,EObject,de.uka.ipd.sdq.identifier.Identifier,Notifier,NumericalNominalStatistics,NumericalOrdinalStatistics
- All Known Subinterfaces:
NumericalRatioStatistics
- All Known Implementing Classes:
NumericalIntervalStatisticsImpl,NumericalRatioStatisticsImpl
A representation of the model object 'Numerical Interval 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 'Arithmethic Mean' attribute.javax.measure.MeasureReturns the value of the 'Standard Deviation' attribute.javax.measure.MeasuregetSum()Returns the value of the 'Sum' attribute.javax.measure.MeasureReturns the value of the 'Variance' attribute.voidsetArithmethicMean(javax.measure.Measure value) Sets the value of the 'Arithmethic Mean' attribute.voidsetStandardDeviation(javax.measure.Measure value) Sets the value of the 'Standard Deviation' attribute.voidsetSum(javax.measure.Measure value) Sets the value of the 'Sum' attribute.voidsetVariance(javax.measure.Measure value) Sets the value of the 'Variance' 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.NumericalNominalStatistics
getDataSeries, getNumberMeasurements, getNumericalMassDistribution, setDataSeries, setNumberMeasurementsMethods inherited from interface org.palladiosimulator.edp2.models.ExperimentData.NumericalOrdinalStatistics
getMaximum, getMedian, getMinimum, getPercentiles, setMaximum, setMedian, setMinimum
-
Method Details
-
getArithmethicMean
javax.measure.Measure getArithmethicMean()Returns the value of the 'Arithmethic Mean' attribute.- Returns:
- the value of the 'Arithmethic Mean' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" required="true" ordered="false"
-
setArithmethicMean
void setArithmethicMean(javax.measure.Measure value) Sets the value of the 'Arithmethic Mean' attribute.- Parameters:
value- the new value of the 'Arithmethic Mean' attribute.- See Also:
- Generated class or method.
-
getVariance
javax.measure.Measure getVariance()Returns the value of the 'Variance' attribute.Please note that the variance is a dimensionless value. Use Dimensionless.UNIT as unit for the measure.
- Returns:
- the value of the 'Variance' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" required="true" ordered="false"
-
setVariance
void setVariance(javax.measure.Measure value) Sets the value of the 'Variance' attribute.- Parameters:
value- the new value of the 'Variance' attribute.- See Also:
- Generated class or method.
-
getStandardDeviation
javax.measure.Measure getStandardDeviation()Returns the value of the 'Standard Deviation' attribute.Please note that the standard deviation is a dimensionless value. Use Dimensionless.UNIT as unit for the measure.
- Returns:
- the value of the 'Standard Deviation' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" required="true" ordered="false"
-
setStandardDeviation
void setStandardDeviation(javax.measure.Measure value) Sets the value of the 'Standard Deviation' attribute.- Parameters:
value- the new value of the 'Standard Deviation' attribute.- See Also:
- Generated class or method.
-
getSum
javax.measure.Measure getSum()Returns the value of the 'Sum' attribute.- Returns:
- the value of the 'Sum' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" required="true" ordered="false"
-
setSum
void setSum(javax.measure.Measure value) Sets the value of the 'Sum' attribute.- Parameters:
value- the new value of the 'Sum' attribute.- See Also:
- Generated class or method.
-