Uses of Class
org.biojava.nbio.aaproperties.xml.Isotope
-
Packages that use Isotope Package Description org.biojava.nbio.aaproperties.xml Set of classes that handles the reading and writing of xml files. -
-
Uses of Isotope in org.biojava.nbio.aaproperties.xml
Methods in org.biojava.nbio.aaproperties.xml that return Isotope Modifier and Type Method Description Isotope
ElementTable. getIsotope(String name)
Methods in org.biojava.nbio.aaproperties.xml that return types with arguments of type Isotope Modifier and Type Method Description List<Isotope>
Element. getIsotopes()
Method parameters in org.biojava.nbio.aaproperties.xml with type arguments of type Isotope Modifier and Type Method Description void
Element. setIsotopes(List<Isotope> isotopes)
Constructor parameters in org.biojava.nbio.aaproperties.xml with type arguments of type Isotope Constructor Description Element(String name, String symbol, int atomicNumber, List<Isotope> isotopes, double mass)
-