org.biojava3.aaproperties.xml
public class Isotope extends java.lang.Object
Constructor and Description |
---|
Isotope() |
Isotope(java.lang.String name,
int neutronsNum,
double mass) |
Modifier and Type | Method and Description |
---|---|
double |
getMass() |
java.lang.String |
getName() |
int |
getNeutronsNum() |
void |
setMass(double weight) |
void |
setName(java.lang.String name) |
void |
setNeutronsNum(int neutronsNum) |