public abstract class BasicPhylogenyFactory extends java.lang.Object implements PhylogenyFactory
| Constructor and Description |
|---|
BasicPhylogenyFactory() |
| Modifier and Type | Method and Description |
|---|---|
Phylogeny |
create()
This must be implemented in such a way that it returns an empty
Phylogeny.
|
Phylogeny[] |
create(java.lang.Object source,
java.lang.Object creator)
This must create a Phylogeny from source (e.g.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic Phylogeny create()
PhylogenyFactorycreate in interface PhylogenyFactorypublic Phylogeny[] create(java.lang.Object source, java.lang.Object creator) throws java.io.IOException
PhylogenyFactorycreate in interface PhylogenyFactorysource - a source to create a Phylogeny fromcreator - a means to create a Phylogenyjava.io.IOException