Interface NumericalOrdinalStatistics
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,EObject,de.uka.ipd.sdq.identifier.Identifier,Notifier,NumericalNominalStatistics
- All Known Subinterfaces:
NumericalIntervalStatistics,NumericalRatioStatistics
- All Known Implementing Classes:
NumericalIntervalStatisticsImpl,NumericalOrdinalStatisticsImpl,NumericalRatioStatisticsImpl
A representation of the model object 'Numerical Ordinal 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 'Maximum' attribute.javax.measure.MeasureReturns the value of the 'Median' attribute.javax.measure.MeasureReturns the value of the 'Minimum' attribute.Returns the value of the 'Percentiles' containment reference list.voidsetMaximum(javax.measure.Measure value) Sets the value of the 'Maximum' attribute.voidsetMedian(javax.measure.Measure value) Sets the value of the 'Median' attribute.voidsetMinimum(javax.measure.Measure value) Sets the value of the 'Minimum' 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, setNumberMeasurements
-
Method Details
-
getMinimum
javax.measure.Measure getMinimum()Returns the value of the 'Minimum' attribute.- Returns:
- the value of the 'Minimum' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" required="true" ordered="false"
-
setMinimum
void setMinimum(javax.measure.Measure value) Sets the value of the 'Minimum' attribute.- Parameters:
value- the new value of the 'Minimum' attribute.- See Also:
- Generated class or method.
-
getMaximum
javax.measure.Measure getMaximum()Returns the value of the 'Maximum' attribute.- Returns:
- the value of the 'Maximum' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" required="true" ordered="false"
-
setMaximum
void setMaximum(javax.measure.Measure value) Sets the value of the 'Maximum' attribute.- Parameters:
value- the new value of the 'Maximum' attribute.- See Also:
- Generated class or method.
-
getMedian
javax.measure.Measure getMedian()Returns the value of the 'Median' attribute.- Returns:
- the value of the 'Median' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" ordered="false"
-
setMedian
void setMedian(javax.measure.Measure value) Sets the value of the 'Median' attribute.- Parameters:
value- the new value of the 'Median' attribute.- See Also:
- Generated class or method.
-
getPercentiles
EList<NumericalPercentile> getPercentiles()Returns the value of the 'Percentiles' containment reference list. The list contents are of typeNumericalPercentile. It is bidirectional and its opposite is 'Ordinal Statistics'.- Returns:
- the value of the 'Percentiles' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="ordinalStatistics" containment="true" ordered="false"
-