Home Original page

BasicXFFHelper (biojava-legacy 1.9.5 API)

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

    public class BasicXFFHelper
    extends Object
    implements XFFHelper
    Author:
    Thomas Down
    • Constructor Summary

      Constructors 
      Constructor Description
      BasicXFFHelper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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 String getFeatureID​(Feature f)
        Specified by:
        getFeatureID in interface XFFHelper
      • writeDetails

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