Package | Description |
---|---|
weka.gui.treevisualizer |
Modifier and Type | Method and Description |
---|---|
Edge |
Node.getChild(int i)
Get the Edge for the child number 'i'.
|
Edge |
Node.getParent(int i)
Get the parent edge.
|
Modifier and Type | Method and Description |
---|---|
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.