Package org.forester.phylogeny.factories
Class ParserBasedPhylogenyFactory
java.lang.Object
org.forester.phylogeny.factories.ParserBasedPhylogenyFactory
- All Implemented Interfaces:
PhylogenyFactory
-
Method Summary
-
Method Details
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
create
Description copied from interface:PhylogenyFactory
This must create a Phylogeny from source (e.g. an XML file, an alignment, pairwise distances) by using creator (e.g. an XML file parser, an algorithm implementation).- Specified by:
create
in interfacePhylogenyFactory
- Parameters:
source
- a source to create a Phylogeny fromparser
- a means to create a Phylogeny- Returns:
- a Phylogeny[] based on argument source
- Throws:
IOException
-
create
- Throws:
IOException
-
getInstance
-