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