Package bpsim

Interface ErlangDistributionType

    • Method Detail

      • getK

        double getK()
        Returns the value of the 'K' attribute.

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

        Returns:
        the value of the 'K' attribute.
        See Also:
        isSetK(), unsetK(), setK(double), BpsimPackage.getErlangDistributionType_K()
        Generated code
        Model
        unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='k'"
      • setK

        void setK​(double value)
        Sets the value of the 'K' attribute.
        Parameters:
        value - the new value of the 'K' attribute.
        See Also:
        isSetK(), unsetK(), getK()
        Generated code
      • isSetK

        boolean isSetK()
        Returns whether the value of the 'K' attribute is set.
        Returns:
        whether the value of the 'K' attribute is set.
        See Also:
        unsetK(), getK(), setK(double)
        Generated code
      • 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:
        isSetMean(), unsetMean(), setMean(double), BpsimPackage.getErlangDistributionType_Mean()
        Generated code
        Model
        unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='mean'"
      • setMean

        void setMean​(double value)
        Sets the value of the 'Mean' attribute.
        Parameters:
        value - the new value of the 'Mean' attribute.
        See Also:
        isSetMean(), unsetMean(), getMean()
        Generated code
      • 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:
        unsetMean(), getMean(), setMean(double)
        Generated code