Class Element
- java.lang.Object
-
- org.biojava.nbio.aaproperties.xml.Element
-
public class Element extends Object
One way to model the elements- Author:
- pvtroshin
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Isotope>getIsotopes()doublegetMass()StringgetName()voidsetAtomicNumber(int atomicNumber)voidsetIsotopes(List<Isotope> isotopes)voidsetMass(double mass)voidsetName(String name)voidsetSymbol(String symbol)StringtoString()
-