Interface HistogramBinType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
HistogramBinTypeImpl

public interface HistogramBinType extends EObject
A representation of the model object 'Histogram Bin Type '.

The following features are supported:

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

    • getBegin

      double getBegin()
      Returns the value of the 'Begin' attribute.

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

      Returns:
      the value of the 'Begin' 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='begin' namespace='##targetNamespace'"
    • setBegin

      void setBegin(double value)
      Sets the value of the 'Begin' attribute.
      Parameters:
      value - the new value of the 'Begin' attribute.
      See Also:
      Generated class or method.
    • unsetBegin

      void unsetBegin()
      Unsets the value of the 'Begin' attribute.
      See Also:
      Generated class or method.
    • isSetBegin

      boolean isSetBegin()
      Returns whether the value of the 'Begin' attribute is set.
      Returns:
      whether the value of the 'Begin' attribute is set.
      See Also:
      Generated class or method.
    • getConf95

      double getConf95()
      Returns the value of the 'Conf95' attribute.

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

      Returns:
      the value of the 'Conf95' 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='conf-95' namespace='##targetNamespace'"
    • setConf95

      void setConf95(double value)
      Sets the value of the 'Conf95' attribute.
      Parameters:
      value - the new value of the 'Conf95' attribute.
      See Also:
      Generated class or method.
    • unsetConf95

      void unsetConf95()
      Unsets the value of the 'Conf95' attribute.
      See Also:
      Generated class or method.
    • isSetConf95

      boolean isSetConf95()
      Returns whether the value of the 'Conf95' attribute is set.
      Returns:
      whether the value of the 'Conf95' attribute is set.
      See Also:
      Generated class or method.
    • getConf99

      double getConf99()
      Returns the value of the 'Conf99' attribute.

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

      Returns:
      the value of the 'Conf99' 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='conf-99' namespace='##targetNamespace'"
    • setConf99

      void setConf99(double value)
      Sets the value of the 'Conf99' attribute.
      Parameters:
      value - the new value of the 'Conf99' attribute.
      See Also:
      Generated class or method.
    • unsetConf99

      void unsetConf99()
      Unsets the value of the 'Conf99' attribute.
      See Also:
      Generated class or method.
    • isSetConf99

      boolean isSetConf99()
      Returns whether the value of the 'Conf99' attribute is set.
      Returns:
      whether the value of the 'Conf99' attribute is set.
      See Also:
      Generated class or method.
    • getEnd

      double getEnd()
      Returns the value of the 'End' attribute.

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

      Returns:
      the value of the 'End' 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='end' namespace='##targetNamespace'"
    • setEnd

      void setEnd(double value)
      Sets the value of the 'End' attribute.
      Parameters:
      value - the new value of the 'End' attribute.
      See Also:
      Generated class or method.
    • unsetEnd

      void unsetEnd()
      Unsets the value of the 'End' attribute.
      See Also:
      Generated class or method.
    • isSetEnd

      boolean isSetEnd()
      Returns whether the value of the 'End' attribute is set.
      Returns:
      whether the value of the 'End' attribute is set.
      See Also:
      Generated class or method.
    • getProb

      double getProb()
      Returns the value of the 'Prob' attribute.

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

      Returns:
      the value of the 'Prob' 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='prob' namespace='##targetNamespace'"
    • setProb

      void setProb(double value)
      Sets the value of the 'Prob' attribute.
      Parameters:
      value - the new value of the 'Prob' attribute.
      See Also:
      Generated class or method.
    • unsetProb

      void unsetProb()
      Unsets the value of the 'Prob' attribute.
      See Also:
      Generated class or method.
    • isSetProb

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