org.forester.phylogeny.factories
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, wait
create
public Phylogeny create()
PhylogenyFactory
create
in interface PhylogenyFactory
public Phylogeny[] create(java.lang.Object source, java.lang.Object creator) throws java.io.IOException
PhylogenyFactory
create
in interface PhylogenyFactory
source
- a source to create a Phylogeny fromcreator
- a means to create a Phylogenyjava.io.IOException