public class ParserBasedPhylogenyFactory extends Object implements PhylogenyFactory
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Phylogeny[] |
create(Object source,
Object parser)
This must create a Phylogeny from source (e.g.
|
Phylogeny[] |
create(Object source,
Object parser,
String schema_location) |
static PhylogenyFactory |
getInstance() |
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic Phylogeny[] create(Object source, Object parser) throws IOException
PhylogenyFactorycreate in interface PhylogenyFactorysource - a source to create a Phylogeny fromparser - a means to create a PhylogenyIOExceptionpublic Phylogeny[] create(Object source, Object parser, String schema_location) throws IOException
IOExceptionpublic static PhylogenyFactory getInstance()
Copyright © 2016. All rights reserved.