org.biojava.bio.seq.io
Class FeatureTableParser
java.lang.Object
org.biojava.bio.seq.io.FeatureTableParser
- public class FeatureTableParser
- extends Object
Simple parser for feature tables. This is shared between the EMBL
and GENBANK format readers.
- Author:
- Thomas Down, Matthew Pocock, Greg Cox, Keith James
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setSeqID
public void setSeqID(String seqID)
startFeature
public void startFeature(String type)
throws BioException
- Throws:
BioException
featureData
public void featureData(String line)
throws BioException
- Throws:
BioException
endFeature
public void endFeature()
throws BioException
- Throws:
BioException
inFeature
public boolean inFeature()