org.biojava.bio.seq.io
Class FeatureTableParser

java.lang.Object
  extended by org.biojava.bio.seq.io.FeatureTableParser

Deprecated. Use org.biojavax.bio.seq.io framework instead

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

Method Summary
 void endFeature()
          Deprecated.  
 void featureData(java.lang.String line)
          Deprecated.  
 boolean inFeature()
          Deprecated.  
 void setSeqID(java.lang.String seqID)
          Deprecated.  
 void startFeature(java.lang.String type)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setSeqID

public void setSeqID(java.lang.String seqID)
Deprecated. 

startFeature

public void startFeature(java.lang.String type)
                  throws BioException
Deprecated. 
Throws:
BioException

featureData

public void featureData(java.lang.String line)
                 throws BioException
Deprecated. 
Throws:
BioException

endFeature

public void endFeature()
                throws BioException
Deprecated. 
Throws:
BioException

inFeature

public boolean inFeature()
Deprecated.