Class Isotope
- java.lang.Object
-
- org.biojava.nbio.aaproperties.xml.Isotope
-
public class Isotope extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetMass()StringgetName()intgetNeutronsNum()voidsetMass(double weight)voidsetName(String name)voidsetNeutronsNum(int neutronsNum)
-
-
-
Constructor Detail
-
Isotope
public Isotope()
-
Isotope
public Isotope(String name, int neutronsNum, double mass)
-
-