Class PolygonParser
- java.lang.Object
-
- org.forester.io.parsers.phyloxml.data.PolygonParser
-
- All Implemented Interfaces:
PhylogenyDataPhyloXmlParser
public class PolygonParser extends java.lang.Object implements PhylogenyDataPhyloXmlParser
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PhylogenyDataPhyloXmlParser
getInstance()
PhylogenyData
parse(XmlElement element)
-
-
-
Method Detail
-
parse
public PhylogenyData parse(XmlElement element) throws PhyloXmlDataFormatException
- Specified by:
parse
in interfacePhylogenyDataPhyloXmlParser
- Throws:
PhyloXmlDataFormatException
-
getInstance
public static PhylogenyDataPhyloXmlParser getInstance()
-
-