|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.biojava3.core.sequence.io.IUPACParser
public class IUPACParser
Available translations
IUPACParser.IUPACTable objects do not parse the data further until
requested so if you do not use a translation table your only penalty is the
loading of the IUPAC data from the classpath.
| Nested Class Summary | |
|---|---|
static class |
IUPACParser.IUPACTable
Holds the concept of a codon table from the IUPAC format |
| Field Summary | |
|---|---|
static String |
IUPAC_LOCATION
|
| Constructor Summary | |
|---|---|
IUPACParser()
Default version and uses the classpath based IUPAC table |
|
IUPACParser(InputStream is)
Allows you to specify a different IUPAC table. |
|
| Method Summary | |
|---|---|
static IUPACParser |
getInstance()
|
IUPACParser.IUPACTable |
getTable(Integer id)
Returns a table by its identifier i.e. |
IUPACParser.IUPACTable |
getTable(String name)
Returns a table by its name |
List<IUPACParser.IUPACTable> |
getTables()
Returns a list of all available IUPAC tables |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String IUPAC_LOCATION
| Constructor Detail |
|---|
public IUPACParser()
public IUPACParser(InputStream is)
| Method Detail |
|---|
public static IUPACParser getInstance()
public List<IUPACParser.IUPACTable> getTables()
public IUPACParser.IUPACTable getTable(String name)
public IUPACParser.IUPACTable getTable(Integer id)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||