Package bpsim

Interface TriangularDistributionType

    • Method Detail

      • 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:
        isSetMax(), unsetMax(), setMax(double), BpsimPackage.getTriangularDistributionType_Max()
        Generated code
        Model
        unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='max'"
      • setMax

        void setMax​(double value)
        Sets the value of the 'Max' attribute.
        Parameters:
        value - the new value of the 'Max' attribute.
        See Also:
        isSetMax(), unsetMax(), getMax()
        Generated code
      • 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:
        unsetMax(), getMax(), setMax(double)
        Generated code
      • 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:
        isSetMin(), unsetMin(), setMin(double), BpsimPackage.getTriangularDistributionType_Min()
        Generated code
        Model
        unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='min'"
      • setMin

        void setMin​(double value)
        Sets the value of the 'Min' attribute.
        Parameters:
        value - the new value of the 'Min' attribute.
        See Also:
        isSetMin(), unsetMin(), getMin()
        Generated code
      • 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:
        unsetMin(), getMin(), setMin(double)
        Generated code
      • getMode

        double getMode()
        Returns the value of the 'Mode' attribute.

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

        Returns:
        the value of the 'Mode' attribute.
        See Also:
        isSetMode(), unsetMode(), setMode(double), BpsimPackage.getTriangularDistributionType_Mode()
        Generated code
        Model
        unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='mode'"
      • setMode

        void setMode​(double value)
        Sets the value of the 'Mode' attribute.
        Parameters:
        value - the new value of the 'Mode' attribute.
        See Also:
        isSetMode(), unsetMode(), getMode()
        Generated code
      • isSetMode

        boolean isSetMode()
        Returns whether the value of the 'Mode' attribute is set.
        Returns:
        whether the value of the 'Mode' attribute is set.
        See Also:
        unsetMode(), getMode(), setMode(double)
        Generated code