Package org.biojava.bio.seq.io
Class FeatureTableParser
- java.lang.Object
-
- org.biojava.bio.seq.io.FeatureTableParser
-
public class FeatureTableParser extends Object
Deprecated.Use org.biojavax.bio.seq.io framework insteadSimple parser for feature tables. This is shared between the EMBL and GENBANK format readers.- Author:
- Thomas Down, Matthew Pocock, Greg Cox, Keith James
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
endFeature()
Deprecated.void
featureData(String line)
Deprecated.boolean
inFeature()
Deprecated.void
setSeqID(String seqID)
Deprecated.void
startFeature(String type)
Deprecated.
-
-
-
Method Detail
-
startFeature
public void startFeature(String type) throws BioException
Deprecated.- Throws:
BioException
-
featureData
public void featureData(String line) throws BioException
Deprecated.- Throws:
BioException
-
endFeature
public void endFeature() throws BioException
Deprecated.- Throws:
BioException
-
inFeature
public boolean inFeature()
Deprecated.
-
-