|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object infovis.tree.Algorithms
public class Algorithms
Constructor Summary | |
---|---|
Algorithms()
|
Method Summary | |
---|---|
static Tree |
insert(Tree fromTree,
int fromRoot,
Tree toTree,
int toRoot)
|
static Tree |
insert(Tree fromTree,
Tree toTree)
|
static int |
leafCount(Tree tree,
int node)
|
static int |
leafCount(Tree tree,
int node,
int[] sumDegrees)
|
static int |
treeDepth(Tree tree)
|
static int |
treeDepth(Tree tree,
int root)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Algorithms()
Method Detail |
---|
public static int treeDepth(Tree tree, int root)
public static int treeDepth(Tree tree)
public static int leafCount(Tree tree, int node)
public static int leafCount(Tree tree, int node, int[] sumDegrees)
public static Tree insert(Tree fromTree, int fromRoot, Tree toTree, int toRoot)
public static Tree insert(Tree fromTree, Tree toTree)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |