EDU.auburn.VGJ.algorithm.cgd
Class ClanTree
java.lang.Object
|
+--EDU.auburn.VGJ.algorithm.cgd.ClanTree
- public class ClanTree
- extends java.lang.Object
A "Clan" tree class for CGD.
Here is the source.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
parent
public ClanTree parent
firstChild
public ClanTree firstChild
nextSibling
public ClanTree nextSibling
clan
public Clan clan
minx
public double minx
maxx
public double maxx
centerx
public double centerx
leftSibling
public ClanTree leftSibling
size
public DDimension size
position
public DPoint position
extraheight
public double extraheight
dummy
public boolean dummy
heightInTree
public int heightInTree
ClanTree
public ClanTree()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toString
public java.lang.String toString(Graph graph)
fixLinear
public void fixLinear(Set node_subset,
Set[] child_relation,
Set[] parent_relation)
numberOfChildren
public int numberOfChildren()