Class EDU.auburn.VGJ.algorithm.cgd.CGDAlgorithm
All Packages Class Hierarchy This Package Previous Next Index
Class EDU.auburn.VGJ.algorithm.cgd.CGDAlgorithm
java.lang.Object
|
+----EDU.auburn.VGJ.algorithm.cgd.CGDAlgorithm
- public class CGDAlgorithm
- extends Object
- implements GraphAlgorithm
An algorithm for laying out a graph by Clan-based Graph Deconposition.
Here is the source.
-
CGDAlgorithm()
-
-
CGDAlgorithm(boolean)
-
-
addDummy_(ClanTree, int, int, ClanTree, ClanTree)
-
-
compute(Graph, GraphUpdate)
-
CGDAlgorithm
public CGDAlgorithm()
CGDAlgorithm
public CGDAlgorithm(boolean show)
compute
public String compute(Graph graph,
GraphUpdate update)
addDummy_
public int addDummy_(ClanTree treenode,
int top,
int bottom,
ClanTree edgesource,
ClanTree edgesink)
All Packages Class Hierarchy This Package Previous Next Index