Interface TextualOrdinalStatistics
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
,TextualNominalStatistics
- All Known Implementing Classes:
TextualOrdinalStatisticsImpl
public interface TextualOrdinalStatistics extends TextualNominalStatistics
A representation of the model object ' Textual Ordinal Statistics'.The following features are supported:
- See Also:
ExperimentDataPackage.getTextualOrdinalStatistics()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.metricspec.Identifier
getMaximum()
Returns the value of the 'Maximum' reference.org.palladiosimulator.metricspec.Identifier
getMedian()
Returns the value of the 'Median' reference.org.palladiosimulator.metricspec.Identifier
getMinimum()
Returns the value of the 'Minimum' reference.void
setMaximum(org.palladiosimulator.metricspec.Identifier value)
Sets the value of the 'Maximum
' reference.void
setMedian(org.palladiosimulator.metricspec.Identifier value)
Sets the value of the 'Median
' reference.void
setMinimum(org.palladiosimulator.metricspec.Identifier value)
Sets the value of the 'Minimum
' reference.-
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.TextualNominalStatistics
getDataSeries, getMassDistribution, getNumberMeasurements, setDataSeries, setNumberMeasurements
-
-
-
-
Method Detail
-
getMinimum
org.palladiosimulator.metricspec.Identifier getMinimum()
Returns the value of the 'Minimum' reference.If the meaning of the 'Minimum' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Minimum' reference.
- See Also:
setMinimum(Identifier)
,ExperimentDataPackage.getTextualOrdinalStatistics_Minimum()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setMinimum
void setMinimum(org.palladiosimulator.metricspec.Identifier value)
Sets the value of the 'Minimum
' reference.- Parameters:
value
- the new value of the 'Minimum' reference.- See Also:
getMinimum()
- Generated class or method.
-
getMaximum
org.palladiosimulator.metricspec.Identifier getMaximum()
Returns the value of the 'Maximum' reference.If the meaning of the 'Maximum' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Maximum' reference.
- See Also:
setMaximum(Identifier)
,ExperimentDataPackage.getTextualOrdinalStatistics_Maximum()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setMaximum
void setMaximum(org.palladiosimulator.metricspec.Identifier value)
Sets the value of the 'Maximum
' reference.- Parameters:
value
- the new value of the 'Maximum' reference.- See Also:
getMaximum()
- Generated class or method.
-
getMedian
org.palladiosimulator.metricspec.Identifier getMedian()
Returns the value of the 'Median' reference.If the meaning of the 'Median' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Median' reference.
- See Also:
setMedian(Identifier)
,ExperimentDataPackage.getTextualOrdinalStatistics_Median()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setMedian
void setMedian(org.palladiosimulator.metricspec.Identifier value)
Sets the value of the 'Median
' reference.- Parameters:
value
- the new value of the 'Median' reference.- See Also:
getMedian()
- Generated class or method.
-
-