public interface PhylogenyFactory
| Modifier and Type | Method and Description |
|---|---|
Phylogeny[] |
create(java.lang.Object source,
java.lang.Object creator)
This must create a Phylogeny from source (e.g.
|
Phylogeny[] create(java.lang.Object source, java.lang.Object creator) throws java.io.IOException
source - a source to create a Phylogeny fromcreator - a means to create a Phylogenyjava.io.IOException