Interface OutputDistributionType

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
OutputEntryDistributionType
All Known Implementing Classes:
OutputDistributionTypeImpl, OutputEntryDistributionTypeImpl

public interface OutputDistributionType extends EObject
A representation of the model object ' Output Distribution Type'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
extendedMetaData="name='OutputDistributionType' kind='elementOnly'"
  • Method Details

    • getUnderflowBin

      HistogramBinType getUnderflowBin()
      Returns the value of the 'Underflow Bin' containment reference.

      If the meaning of the 'Underflow Bin' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Underflow Bin' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='underflow-bin' namespace='##targetNamespace'"
    • setUnderflowBin

      void setUnderflowBin(HistogramBinType value)
      Sets the value of the 'Underflow Bin' containment reference.
      Parameters:
      value - the new value of the 'Underflow Bin' containment reference.
      See Also:
      Generated class or method.
    • getHistogramBin

      EList<HistogramBinType> getHistogramBin()
      Returns the value of the 'Histogram Bin' containment reference list. The list contents are of type HistogramBinType.

      If the meaning of the 'Histogram Bin' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Histogram Bin' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='histogram-bin' namespace='##targetNamespace'"
    • getOverflowBin

      HistogramBinType getOverflowBin()
      Returns the value of the 'Overflow Bin' containment reference.

      If the meaning of the 'Overflow Bin' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Overflow Bin' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='overflow-bin' namespace='##targetNamespace'"
    • setOverflowBin

      void setOverflowBin(HistogramBinType value)
      Sets the value of the 'Overflow Bin' containment reference.
      Parameters:
      value - the new value of the 'Overflow Bin' containment reference.
      See Also:
      Generated class or method.
    • getBinSize

      double getBinSize()
      Returns the value of the 'Bin Size' attribute.

      If the meaning of the 'Bin Size' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Bin Size' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='bin-size' namespace='##targetNamespace'"
    • setBinSize

      void setBinSize(double value)
      Sets the value of the 'Bin Size' attribute.
      Parameters:
      value - the new value of the 'Bin Size' attribute.
      See Also:
      Generated class or method.
    • unsetBinSize

      void unsetBinSize()
      Unsets the value of the 'Bin Size' attribute.
      See Also:
      Generated class or method.
    • isSetBinSize

      boolean isSetBinSize()
      Returns whether the value of the 'Bin Size' attribute is set.
      Returns:
      whether the value of the 'Bin Size' attribute is set.
      See Also:
      Generated class or method.
    • getKurtosis

      double getKurtosis()
      Returns the value of the 'Kurtosis' attribute.

      If the meaning of the 'Kurtosis' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Kurtosis' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='kurtosis' namespace='##targetNamespace'"
    • setKurtosis

      void setKurtosis(double value)
      Sets the value of the 'Kurtosis' attribute.
      Parameters:
      value - the new value of the 'Kurtosis' attribute.
      See Also:
      Generated class or method.
    • unsetKurtosis

      void unsetKurtosis()
      Unsets the value of the 'Kurtosis' attribute.
      See Also:
      Generated class or method.
    • isSetKurtosis

      boolean isSetKurtosis()
      Returns whether the value of the 'Kurtosis' attribute is set.
      Returns:
      whether the value of the 'Kurtosis' attribute is set.
      See Also:
      Generated class or method.
    • getMax

      double getMax()
      Returns the value of the 'Max' attribute.

      If the meaning of the 'Max' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Max' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" required="true" extendedMetaData="kind='attribute' name='max' namespace='##targetNamespace'"
    • setMax

      void setMax(double value)
      Sets the value of the 'Max' attribute.
      Parameters:
      value - the new value of the 'Max' attribute.
      See Also:
      Generated class or method.
    • unsetMax

      void unsetMax()
      Unsets the value of the 'Max' attribute.
      See Also:
      Generated class or method.
    • isSetMax

      boolean isSetMax()
      Returns whether the value of the 'Max' attribute is set.
      Returns:
      whether the value of the 'Max' attribute is set.
      See Also:
      Generated class or method.
    • getMean

      double getMean()
      Returns the value of the 'Mean' attribute.

      If the meaning of the 'Mean' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Mean' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='mean' namespace='##targetNamespace'"
    • setMean

      void setMean(double value)
      Sets the value of the 'Mean' attribute.
      Parameters:
      value - the new value of the 'Mean' attribute.
      See Also:
      Generated class or method.
    • unsetMean

      void unsetMean()
      Unsets the value of the 'Mean' attribute.
      See Also:
      Generated class or method.
    • isSetMean

      boolean isSetMean()
      Returns whether the value of the 'Mean' attribute is set.
      Returns:
      whether the value of the 'Mean' attribute is set.
      See Also:
      Generated class or method.
    • getMidPoint

      double getMidPoint()
      Returns the value of the 'Mid Point' attribute.

      If the meaning of the 'Mid Point' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Mid Point' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='mid-point' namespace='##targetNamespace'"
    • setMidPoint

      void setMidPoint(double value)
      Sets the value of the 'Mid Point' attribute.
      Parameters:
      value - the new value of the 'Mid Point' attribute.
      See Also:
      Generated class or method.
    • unsetMidPoint

      void unsetMidPoint()
      Unsets the value of the 'Mid Point' attribute.
      See Also:
      Generated class or method.
    • isSetMidPoint

      boolean isSetMidPoint()
      Returns whether the value of the 'Mid Point' attribute is set.
      Returns:
      whether the value of the 'Mid Point' attribute is set.
      See Also:
      Generated class or method.
    • getMin

      double getMin()
      Returns the value of the 'Min' attribute.

      If the meaning of the 'Min' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Min' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" required="true" extendedMetaData="kind='attribute' name='min' namespace='##targetNamespace'"
    • setMin

      void setMin(double value)
      Sets the value of the 'Min' attribute.
      Parameters:
      value - the new value of the 'Min' attribute.
      See Also:
      Generated class or method.
    • unsetMin

      void unsetMin()
      Unsets the value of the 'Min' attribute.
      See Also:
      Generated class or method.
    • isSetMin

      boolean isSetMin()
      Returns whether the value of the 'Min' attribute is set.
      Returns:
      whether the value of the 'Min' attribute is set.
      See Also:
      Generated class or method.
    • getNumberBins

      BigInteger getNumberBins()
      Returns the value of the 'Number Bins' attribute. The default value is "20".

      If the meaning of the 'Number Bins' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Number Bins' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="20" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.NonNegativeInteger" extendedMetaData="kind='attribute' name='number-bins' namespace='##targetNamespace'"
    • setNumberBins

      void setNumberBins(BigInteger value)
      Sets the value of the 'Number Bins' attribute.
      Parameters:
      value - the new value of the 'Number Bins' attribute.
      See Also:
      Generated class or method.
    • unsetNumberBins

      void unsetNumberBins()
      Unsets the value of the 'Number Bins' attribute.
      See Also:
      Generated class or method.
    • isSetNumberBins

      boolean isSetNumberBins()
      Returns whether the value of the 'Number Bins' attribute is set.
      Returns:
      whether the value of the 'Number Bins' attribute is set.
      See Also:
      Generated class or method.
    • getSkew

      double getSkew()
      Returns the value of the 'Skew' attribute.

      If the meaning of the 'Skew' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Skew' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='skew' namespace='##targetNamespace'"
    • setSkew

      void setSkew(double value)
      Sets the value of the 'Skew' attribute.
      Parameters:
      value - the new value of the 'Skew' attribute.
      See Also:
      Generated class or method.
    • unsetSkew

      void unsetSkew()
      Unsets the value of the 'Skew' attribute.
      See Also:
      Generated class or method.
    • isSetSkew

      boolean isSetSkew()
      Returns whether the value of the 'Skew' attribute is set.
      Returns:
      whether the value of the 'Skew' attribute is set.
      See Also:
      Generated class or method.
    • getStdDev

      double getStdDev()
      Returns the value of the 'Std Dev' attribute.

      If the meaning of the 'Std Dev' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Std Dev' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='std-dev' namespace='##targetNamespace'"
    • setStdDev

      void setStdDev(double value)
      Sets the value of the 'Std Dev' attribute.
      Parameters:
      value - the new value of the 'Std Dev' attribute.
      See Also:
      Generated class or method.
    • unsetStdDev

      void unsetStdDev()
      Unsets the value of the 'Std Dev' attribute.
      See Also:
      Generated class or method.
    • isSetStdDev

      boolean isSetStdDev()
      Returns whether the value of the 'Std Dev' attribute is set.
      Returns:
      whether the value of the 'Std Dev' attribute is set.
      See Also:
      Generated class or method.