public class ElementData extends Object { public static final double AVOGADRO=6.022e23; // per mole public static final double RE=2.818e-13; //cm public static final double AMU=1.66053e-24; //grams per amu //get other parameters from database public static double[] getData(int inZ, int inA) { int index = 0; int z; boolean foundit = false; double[] parameters = new double[20]; z=inZ-1; for(int j=0;j