Package pal.tree
Class RootedTreeInterface.Utils
- java.lang.Object
-
- pal.tree.RootedTreeInterface.Utils
-
- Enclosing interface:
- RootedTreeInterface
public static final class RootedTreeInterface.Utils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
instruct(Node palRoot, RootedTreeInterface treeInterface)
Build a tree display based on a normal pal node.
-
-
-
Method Detail
-
instruct
public static final void instruct(Node palRoot, RootedTreeInterface treeInterface)
Build a tree display based on a normal pal node.- Parameters:
root
-display
-
-
-