org.biojava.bio.program.xff
Interface XFFHelper

All Known Implementing Classes:
BasicXFFHelper

public interface XFFHelper

Author:
Thomas Down

Method Summary
 String getFeatureID(Feature f)
           
 void writeDetails(XMLWriter xw, Feature f)
           
 

Method Detail

getFeatureID

public String getFeatureID(Feature f)

writeDetails

public void writeDetails(XMLWriter xw,
                         Feature f)
                  throws IOException
Throws:
IOException