Interface Stoichiometry

    • Method Detail

      • getMinValue

        int getMinValue()
        The minimum value for the stoichiometry. If the stoichiometry does not have a minValue because it is a mean value, getMinValue() and getMaxValue() will return the same mean stoichiometry value.
        Returns:
        The minimum value for this stoichiometry if there is one, otherwise the mean stoichiometry value
      • getMaxValue

        int getMaxValue()
        The maximum value for the stoichiometry. If the stoichiometry does not have a maxValue because it is a mean value, getMinValue() and getMaxValue() will return the same mean stoichiometry value.
        Returns:
        The maximum value for this stoichiometry if there is one, otherwise the mean stoichiometry value