Interface TextualOrdinalStatistics
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,EObject,Notifier,TextualNominalStatistics
- All Known Implementing Classes:
TextualOrdinalStatisticsImpl
A representation of the model object 'Textual Ordinal Statistics'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.metricspec.IdentifierReturns the value of the 'Maximum' reference.org.palladiosimulator.metricspec.IdentifierReturns the value of the 'Median' reference.org.palladiosimulator.metricspec.IdentifierReturns the value of the 'Minimum' reference.voidsetMaximum(org.palladiosimulator.metricspec.Identifier value) Sets the value of the 'Maximum' reference.voidsetMedian(org.palladiosimulator.metricspec.Identifier value) Sets the value of the 'Median' reference.voidsetMinimum(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, 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.palladiosimulator.edp2.models.ExperimentData.TextualNominalStatistics
getDataSeries, getMassDistribution, getNumberMeasurements, setDataSeries, setNumberMeasurements
-
Method Details
-
getMinimum
org.palladiosimulator.metricspec.Identifier getMinimum()Returns the value of the 'Minimum' reference.- Returns:
- the value of the 'Minimum' reference.
- See Also:
- 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:
- Generated class or method.
-
getMaximum
org.palladiosimulator.metricspec.Identifier getMaximum()Returns the value of the 'Maximum' reference.- Returns:
- the value of the 'Maximum' reference.
- See Also:
- 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:
- Generated class or method.
-
getMedian
org.palladiosimulator.metricspec.Identifier getMedian()Returns the value of the 'Median' reference.- Returns:
- the value of the 'Median' reference.
- See Also:
- 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:
- Generated class or method.
-