All Packages Class Hierarchy This Package Previous Next Index WEKA's home
Interface weka.gui.treevisualizer.NodePlace
- public interface NodePlace
This is an interface for classes that wish to take a node structure and
arrange them
- Author:
- Malcolm F Ware (mfw4@cs.waikato.ac.nz)
-
place(Node)
- The function to call to postion the tree that starts at Node r
place
public abstract void place(Node r)
- The function to call to postion the tree that starts at Node r
- Parameters:
- r - The top of the tree.
All Packages Class Hierarchy This Package Previous Next Index WEKA's home