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 voidendFeature()Deprecated.voidfeatureData(String line)Deprecated.booleaninFeature()Deprecated.voidsetSeqID(String seqID)Deprecated.voidstartFeature(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.
-
-