Class Isotope

java.lang.Object
org.episteme.natural.chemistry.Isotope
All Implemented Interfaces:
Serializable

public class Isotope extends Object implements Serializable
Represents an isotope of a chemical element.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • Isotope

      public Isotope(Element element, int massNumber, Real atomicMass, Real abundance)
    • Isotope

      public Isotope(Element element, int massNumber, double atomicMassValue, double abundanceValue)
    • Isotope

      public Isotope(String symbol, int massNumber, Real atomicMass, Real abundance)
  • Method Details

    • getElement

      public Element getElement()
    • getSymbol

      public String getSymbol()
    • getMassNumber

      public int getMassNumber()
    • getAtomicMass

      public Real getAtomicMass()
    • getMass

      public Quantity<Mass> getMass()
    • getAbundance

      public Real getAbundance()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object