Package pal.tree
Interface RootedTreeInterface
-
public interface RootedTreeInterfaceTitle: RootedTreeInterface
Description: An interface to construction of a rooted Tree
- Version:
- 1.0
- Author:
- Matthew Goode
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRootedTreeInterface.Instructeestatic interfaceRootedTreeInterface.RBranchstatic interfaceRootedTreeInterface.RNodestatic classRootedTreeInterface.Utils
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RootedTreeInterface.RNodecreateRoot()
-
-
-
Method Detail
-
createRoot
RootedTreeInterface.RNode createRoot()
-
-