org.biojava.bio.program.xff
Class BasicXFFHelper

java.lang.Object
  extended byorg.biojava.bio.program.xff.BasicXFFHelper
All Implemented Interfaces:
XFFHelper
Direct Known Subclasses:
PropertyWriter

public class BasicXFFHelper
extends java.lang.Object
implements XFFHelper

Author:
Thomas Down

Constructor Summary
BasicXFFHelper()
           
 
Method Summary
 java.lang.String getFeatureID(Feature f)
           
 void writeDetails(XMLWriter xw, Feature f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicXFFHelper

public BasicXFFHelper()
Method Detail

getFeatureID

public java.lang.String getFeatureID(Feature f)
Specified by:
getFeatureID in interface XFFHelper

writeDetails

public void writeDetails(XMLWriter xw,
                         Feature f)
                  throws java.io.IOException
Specified by:
writeDetails in interface XFFHelper
Throws:
java.io.IOException