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
public interface NumericalIntervalStatistics extends NumericalOrdinalStatistics
A representation of the model object ' Numerical Interval Statistics'.The following features are supported:
- See Also:
ExperimentDataPackage.getNumericalIntervalStatistics()
- 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
getArithmethicMean()
Returns the value of the 'Arithmethic Mean' attribute.javax.measure.Measure
getStandardDeviation()
Returns the value of the 'Standard Deviation' attribute.javax.measure.Measure
getSum()
Returns the value of the 'Sum' attribute.javax.measure.Measure
getVariance()
Returns the value of the 'Variance' attribute.void
setArithmethicMean(javax.measure.Measure value)
Sets the value of the 'Arithmethic Mean
' attribute.void
setStandardDeviation(javax.measure.Measure value)
Sets the value of the 'Standard Deviation
' attribute.void
setSum(javax.measure.Measure value)
Sets the value of the 'Sum
' attribute.void
setVariance(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, 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.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
-
getArithmethicMean
javax.measure.Measure getArithmethicMean()
Returns the value of the 'Arithmethic Mean' attribute.If the meaning of the 'Arithmethic Mean' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Arithmethic Mean' attribute.
- See Also:
setArithmethicMean(Measure)
,ExperimentDataPackage.getNumericalIntervalStatistics_ArithmethicMean()
- 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:
getArithmethicMean()
- 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:
setVariance(Measure)
,ExperimentDataPackage.getNumericalIntervalStatistics_Variance()
- 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:
getVariance()
- 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:
setStandardDeviation(Measure)
,ExperimentDataPackage.getNumericalIntervalStatistics_StandardDeviation()
- 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:
getStandardDeviation()
- Generated class or method.
-
getSum
javax.measure.Measure getSum()
Returns the value of the 'Sum' attribute.If the meaning of the 'Sum' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Sum' attribute.
- See Also:
setSum(Measure)
,ExperimentDataPackage.getNumericalIntervalStatistics_Sum()
- Generated class or method.
- EMF model class or method.
- dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" required="true" ordered="false"
-
-