Interface IIsotope

    • Method Detail

      • setNaturalAbundance

        void setNaturalAbundance​(Double naturalAbundance)
        Sets the NaturalAbundance attribute of the Isotope object.
        Parameters:
        naturalAbundance - The new NaturalAbundance value
        See Also:
        getNaturalAbundance()
      • setExactMass

        void setExactMass​(Double exactMass)
        Sets the ExactMass attribute of the Isotope object.
        Parameters:
        exactMass - The new ExactMass value
        See Also:
        getExactMass()
      • getNaturalAbundance

        Double getNaturalAbundance()
        Gets the NaturalAbundance attribute of the Isotope object. Returns null when unconfigured.
        Returns:
        The NaturalAbundance value
        See Also:
        setNaturalAbundance(java.lang.Double)
      • getExactMass

        Double getExactMass()
        Gets the ExactMass attribute of the Isotope object. Returns null when unconfigured.
        Returns:
        The ExactMass value
        See Also:
        setExactMass(java.lang.Double)
      • getMassNumber

        Integer getMassNumber()
        Returns the atomic mass of this element. Returns null when unconfigured.
        Returns:
        The atomic mass of this element
        See Also:
        setMassNumber(Integer)
      • setMassNumber

        void setMassNumber​(Integer massNumber)
        Sets the atomic mass of this element.
        Parameters:
        massNumber - The atomic mass to be assigned to this element
        See Also:
        getMassNumber()