org.biojava.bio.seq.db
public class GenpeptSequenceDB extends Object
| Constructor and Description |
|---|
GenpeptSequenceDB() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkException() |
boolean |
checkIOException() |
protected URL |
getAddress(String id) |
protected URL |
getAddress(String id,
String format) |
protected Alphabet |
getAlphabet() |
String |
getName() |
Sequence |
getSequence(String id) |
protected SequenceFormat |
getSequenceFormat() |
protected SequenceFormat getSequenceFormat()
protected Alphabet getAlphabet()
protected URL getAddress(String id) throws MalformedURLException
MalformedURLExceptionprotected URL getAddress(String id, String format) throws MalformedURLException
MalformedURLExceptionpublic String getName()
public Sequence getSequence(String id) throws BioException
BioExceptionpublic boolean checkIOException()
public boolean checkException()