Interface NumericalPercentile
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,EObject,de.uka.ipd.sdq.identifier.Identifier,Notifier
- All Known Implementing Classes:
NumericalPercentileImpl
public interface NumericalPercentile extends de.uka.ipd.sdq.identifier.IdentifierA representation of the model object ' Numerical Percentile'.The following features are supported:
- See Also:
ExperimentDataPackage.getNumericalPercentile()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NumericalOrdinalStatisticsgetOrdinalStatistics()Returns the value of the 'Ordinal Statistics' container reference.doublegetPercentile()Returns the value of the 'Percentile' attribute.javax.measure.MeasuregetValue()Returns the value of the 'Value' attribute.voidsetOrdinalStatistics(NumericalOrdinalStatistics value)Sets the value of the 'Ordinal Statistics' container reference.voidsetPercentile(double value)Sets the value of the 'Percentile' attribute.voidsetValue(javax.measure.Measure value)Sets the value of the 'Value' 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
-
-
-
-
Method Detail
-
getPercentile
double getPercentile()
Returns the value of the 'Percentile' attribute.If the meaning of the 'Percentile' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Percentile' attribute.
- See Also:
setPercentile(double),ExperimentDataPackage.getNumericalPercentile_Percentile()- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setPercentile
void setPercentile(double value)
Sets the value of the 'Percentile' attribute.- Parameters:
value- the new value of the 'Percentile' attribute.- See Also:
getPercentile()- Generated class or method.
-
getValue
javax.measure.Measure getValue()
Returns the value of the 'Value' attribute.If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(Measure),ExperimentDataPackage.getNumericalPercentile_Value()- Generated class or method.
- EMF model class or method.
- dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" required="true" ordered="false"
-
setValue
void setValue(javax.measure.Measure value)
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
getValue()- Generated class or method.
-
getOrdinalStatistics
NumericalOrdinalStatistics getOrdinalStatistics()
Returns the value of the 'Ordinal Statistics' container reference. It is bidirectional and its opposite is 'Percentiles'.If the meaning of the 'Ordinal Statistics' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Ordinal Statistics' container reference.
- See Also:
setOrdinalStatistics(NumericalOrdinalStatistics),ExperimentDataPackage.getNumericalPercentile_OrdinalStatistics(),NumericalOrdinalStatistics.getPercentiles()- Generated class or method.
- EMF model class or method.
- opposite="percentiles" required="true" transient="false" ordered="false"
-
setOrdinalStatistics
void setOrdinalStatistics(NumericalOrdinalStatistics value)
Sets the value of the 'Ordinal Statistics' container reference.- Parameters:
value- the new value of the 'Ordinal Statistics' container reference.- See Also:
getOrdinalStatistics()- Generated class or method.
-
-