Uses of Class
weka.gui.treevisualizer.Edge

Packages that use Edge
weka.gui.treevisualizer   
 

Uses of Edge in weka.gui.treevisualizer
 

Methods in weka.gui.treevisualizer that return Edge
 Edge Node.getChild(int i)
          Get the Edge for the child number 'i'.
 Edge Node.getParent(int i)
          Get the parent edge.
 

Methods in weka.gui.treevisualizer with parameters of type Edge
 void Node.addChild(Edge v)
          Set the value of children.
 void Node.setParent(Edge v)
          Set the value of parent.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.