org.biojava.bio.seq.io
Class FeatureTableParser
java.lang.Object
|
+--org.biojava.bio.seq.io.FeatureTableParser
- public class FeatureTableParser
- extends java.lang.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(java.lang.String seqID)
startFeature
public void startFeature(java.lang.String type)
throws BioException
BioException
featureData
public void featureData(java.lang.String line)
throws BioException
BioException
endFeature
public void endFeature()
throws BioException
BioException
inFeature
public boolean inFeature()