Interface Percentile
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,EvaluationAspect
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
,PointEstimator
,StochasticEvaluationAspect
- All Known Implementing Classes:
PercentileImpl
A representation of the model object 'Percentile'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the value of the 'Percentile' attribute.boolean
PERCENTILE_between_0_and_100
(DiagnosticChain diagnostics, Map<Object, Object> context) self.percentile.oclAsType(Real) > 0.0 and self.percentile.oclAsType(Real) < 100.0void
setPercentile
(double value) Sets the value of the 'Percentile
' 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 de.uka.ipd.sdq.dsexplore.qml.contract.QMLContract.EvaluationAspect
FREQUENCY_LIMIT_must_be_between_0_and_100, FREQUENCY_LIMIT_must_be_NUMERIC, getAspectRequirement, setAspectRequirement
Methods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, setId
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
- 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:
- Generated class or method.
-
PERCENTILE_between_0_and_100
self.percentile.oclAsType(Real) > 0.0 and self.percentile.oclAsType(Real) < 100.0- Parameters:
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.- Generated class or method.
- EMF model class or method.
- annotation= "http://www.eclipse.org/uml2/1.1.0/GenModel body='self.percentile.oclAsType(Real) > 0.0 and self.percentile.oclAsType(Real) < 100.0'"
-