Package pal.tree
Interface RootedTreeInterface
-
public interface RootedTreeInterface
Title: 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 interface
RootedTreeInterface.Instructee
static interface
RootedTreeInterface.RBranch
static interface
RootedTreeInterface.RNode
static class
RootedTreeInterface.Utils
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RootedTreeInterface.RNode
createRoot()
-
-
-
Method Detail
-
createRoot
RootedTreeInterface.RNode createRoot()
-
-