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

public interface Percentile extends PointEstimator
A representation of the model object 'Percentile'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • 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

      boolean PERCENTILE_between_0_and_100(DiagnosticChain diagnostics, Map<Object,Object> context)
      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'"