Package org.biojava.bio.seq.db
Class GenpeptSequenceDB
- java.lang.Object
-
- org.biojava.bio.seq.db.GenpeptSequenceDB
-
public class GenpeptSequenceDB extends Object
- Author:
- Lei Lai, Matthew Pocock, Shuvankar Mukherjee
-
-
Constructor Summary
Constructors Constructor Description GenpeptSequenceDB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Constructor Detail
-
GenpeptSequenceDB
public GenpeptSequenceDB()
-
-
Method Detail
-
getSequenceFormat
protected SequenceFormat getSequenceFormat()
-
getAlphabet
protected Alphabet getAlphabet()
-
getAddress
protected URL getAddress(String id) throws MalformedURLException
- Throws:
MalformedURLException
-
getAddress
protected URL getAddress(String id, String format) throws MalformedURLException
- Throws:
MalformedURLException
-
getSequence
public Sequence getSequence(String id) throws BioException
- Throws:
BioException
-
checkIOException
public boolean checkIOException()
-
checkException
public boolean checkException()
-
-