Package org.biojava.bio.seq.io
Class FeatureTableParser
- java.lang.Object
-
- org.biojava.bio.seq.io.FeatureTableParser
-
public class FeatureTableParser extends java.lang.ObjectDeprecated.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(java.lang.String line)Deprecated.booleaninFeature()Deprecated.voidsetSeqID(java.lang.String seqID)Deprecated.voidstartFeature(java.lang.String type)Deprecated.
-
-
-
Method Detail
-
setSeqID
public void setSeqID(java.lang.String seqID)
Deprecated.
-
startFeature
public void startFeature(java.lang.String type) throws BioExceptionDeprecated.- Throws:
BioException
-
featureData
public void featureData(java.lang.String line) throws BioExceptionDeprecated.- Throws:
BioException
-
endFeature
public void endFeature() throws BioExceptionDeprecated.- Throws:
BioException
-
inFeature
public boolean inFeature()
Deprecated.
-
-