JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
weka.gui.treevisualizer.Edge
Packages that use
Edge
Package
Description
weka.gui.treevisualizer
Uses of
Edge
in
weka.gui.treevisualizer
Methods in
weka.gui.treevisualizer
that return
Edge
Modifier and Type
Method
Description
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
Modifier and Type
Method
Description
void
Node.
addChild
(
Edge
v)
Set the value of children.
void
Node.
setParent
(
Edge
v)
Set the value of parent.