Uses of Class
org.biojava.nbio.core.sequence.io.IUPACParser.IUPACTable
-
Packages that use IUPACParser.IUPACTable Package Description org.biojava.nbio.core.sequence.io -
-
Uses of IUPACParser.IUPACTable in org.biojava.nbio.core.sequence.io
Methods in org.biojava.nbio.core.sequence.io that return IUPACParser.IUPACTable Modifier and Type Method Description IUPACParser.IUPACTable
IUPACParser. getTable(java.lang.Integer id)
Returns a table by its identifier i.e.IUPACParser.IUPACTable
IUPACParser. getTable(java.lang.String name)
Returns a table by its nameMethods in org.biojava.nbio.core.sequence.io that return types with arguments of type IUPACParser.IUPACTable Modifier and Type Method Description java.util.List<IUPACParser.IUPACTable>
IUPACParser. getTables()
Returns a list of all available IUPAC tables
-