Interface HistogramBinType

    • Method Detail

      • 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:
        isSetBegin(), unsetBegin(), setBegin(double), LqnPackage.getHistogramBinType_Begin()
        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:
        isSetBegin(), unsetBegin(), getBegin()
        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:
        unsetBegin(), getBegin(), setBegin(double)
        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:
        isSetConf95(), unsetConf95(), setConf95(double), LqnPackage.getHistogramBinType_Conf95()
        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:
        isSetConf95(), unsetConf95(), getConf95()
        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:
        unsetConf95(), getConf95(), setConf95(double)
        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:
        isSetConf99(), unsetConf99(), setConf99(double), LqnPackage.getHistogramBinType_Conf99()
        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:
        isSetConf99(), unsetConf99(), getConf99()
        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:
        unsetConf99(), getConf99(), setConf99(double)
        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:
        isSetEnd(), unsetEnd(), setEnd(double), LqnPackage.getHistogramBinType_End()
        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:
        isSetEnd(), unsetEnd(), getEnd()
        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:
        unsetEnd(), getEnd(), setEnd(double)
        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:
        isSetProb(), unsetProb(), setProb(double), LqnPackage.getHistogramBinType_Prob()
        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:
        isSetProb(), unsetProb(), getProb()
        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:
        unsetProb(), getProb(), setProb(double)
        Generated class or method.