Uses of Class
org.biojava.nbio.aaproperties.xml.Name2Count
-
Packages that use Name2Count Package Description org.biojava.nbio.aaproperties.xml Set of classes that handles the reading and writing of xml files. -
-
Uses of Name2Count in org.biojava.nbio.aaproperties.xml
Methods in org.biojava.nbio.aaproperties.xml that return types with arguments of type Name2Count Modifier and Type Method Description java.util.List<Name2Count>
AminoAcidComposition. getElementList()
java.util.List<Name2Count>
AminoAcidComposition. getIsotopeList()
Constructor parameters in org.biojava.nbio.aaproperties.xml with type arguments of type Name2Count Constructor Description AminoAcidComposition(java.lang.String symbol, java.lang.String shortName, java.lang.String name, java.util.List<Name2Count> elementList, java.util.List<Name2Count> isotopeList)
-