Package org.biojava.bio.program.xff
Interface XFFHelper
-
- All Known Implementing Classes:
BasicXFFHelper
,PropertyWriter
public interface XFFHelper
- Author:
- Thomas Down
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFeatureID(Feature f)
void
writeDetails(XMLWriter xw, Feature f)
-
-
-
Method Detail
-
getFeatureID
String getFeatureID(Feature f)
-
writeDetails
void writeDetails(XMLWriter xw, Feature f) throws IOException
- Throws:
IOException
-
-