|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.forester.phylogeny.factories.BasicPhylogenyFactory
public abstract class BasicPhylogenyFactory
| Constructor Summary | |
|---|---|
BasicPhylogenyFactory()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.forester.phylogeny.factories.PhylogenyFactory |
|---|
create |
| Constructor Detail |
|---|
public BasicPhylogenyFactory()
| Method Detail |
|---|
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 PhylogenyFactorysource - a source to create a Phylogeny fromcreator - a means to create a Phylogeny
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||