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
public interface NumericalOrdinalStatistics extends NumericalNominalStatistics
A representation of the model object ' Numerical Ordinal Statistics'.The following features are supported:
- See Also:
ExperimentDataPackage.getNumericalOrdinalStatistics()
- 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
getMaximum()
Returns the value of the 'Maximum' attribute.javax.measure.Measure
getMedian()
Returns the value of the 'Median' attribute.javax.measure.Measure
getMinimum()
Returns the value of the 'Minimum' attribute.EList<NumericalPercentile>
getPercentiles()
Returns the value of the 'Percentiles' containment reference list.void
setMaximum(javax.measure.Measure value)
Sets the value of the 'Maximum
' attribute.void
setMedian(javax.measure.Measure value)
Sets the value of the 'Median
' attribute.void
setMinimum(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, 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
-
-
-
-
Method Detail
-
getMinimum
javax.measure.Measure getMinimum()
Returns the value of the 'Minimum' attribute.If the meaning of the 'Minimum' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Minimum' attribute.
- See Also:
setMinimum(Measure)
,ExperimentDataPackage.getNumericalOrdinalStatistics_Minimum()
- 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:
getMinimum()
- Generated class or method.
-
getMaximum
javax.measure.Measure getMaximum()
Returns the value of the 'Maximum' attribute.If the meaning of the 'Maximum' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Maximum' attribute.
- See Also:
setMaximum(Measure)
,ExperimentDataPackage.getNumericalOrdinalStatistics_Maximum()
- 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:
getMaximum()
- Generated class or method.
-
getMedian
javax.measure.Measure getMedian()
Returns the value of the 'Median' attribute.If the meaning of the 'Median' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Median' attribute.
- See Also:
setMedian(Measure)
,ExperimentDataPackage.getNumericalOrdinalStatistics_Median()
- 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:
getMedian()
- 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
'.If the meaning of the 'Percentiles' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Percentiles' containment reference list.
- See Also:
ExperimentDataPackage.getNumericalOrdinalStatistics_Percentiles()
,NumericalPercentile.getOrdinalStatistics()
- Generated class or method.
- EMF model class or method.
- opposite="ordinalStatistics" containment="true" ordered="false"
-
-