Class IsotopeHelper


  • public class IsotopeHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      IsotopeHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double getAbsoluteMass​(int atomicNo, int mass)  
      static int[] getIsotopeList​(int atomicNo)  
      static double getNaturalPercentage​(int atomicNo, int mass)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IsotopeHelper

        public IsotopeHelper()
    • Method Detail

      • getIsotopeList

        public static int[] getIsotopeList​(int atomicNo)
      • getAbsoluteMass

        public static double getAbsoluteMass​(int atomicNo,
                                             int mass)
      • getNaturalPercentage

        public static double getNaturalPercentage​(int atomicNo,
                                                  int mass)