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:
 clonein classObject- Throws:
 CloneNotSupportedException
 - 
create
Description copied from interface:PhylogenyFactoryThis 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:
 createin 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
 
 -