Package org.biojava.bio.program.xff
Class PropertyWriter
- java.lang.Object
-
- org.biojava.bio.program.xff.BasicXFFHelper
-
- org.biojava.bio.program.xff.PropertyWriter
-
- All Implemented Interfaces:
XFFHelper
public class PropertyWriter extends BasicXFFHelper
- Author:
- Thomas Down
-
-
Constructor Summary
Constructors Constructor Description PropertyWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteDetails(XMLWriter xw, Feature f)-
Methods inherited from class org.biojava.bio.program.xff.BasicXFFHelper
getFeatureID
-
-
-
-
Constructor Detail
-
PropertyWriter
public PropertyWriter()
-
-
Method Detail
-
writeDetails
public void writeDetails(XMLWriter xw, Feature f) throws IOException
- Specified by:
writeDetailsin interfaceXFFHelper- Overrides:
writeDetailsin classBasicXFFHelper- Throws:
IOException
-
-