|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.aitools.iv.graphdrawing.misc.WalkerLinearAlgorithm
public class WalkerLinearAlgorithm
This is the improved Walker algorithm, that run in linear time.
see "Improving Walker's Algorithm to Run in Linear Time" from Buchheim, Jünger and Leipert.
Field Summary | |
---|---|
int |
maxX
|
int |
maxY
|
Constructor Summary | |
---|---|
WalkerLinearAlgorithm(WalkerLinearGraph tree,
int root)
This implements the Walker Algorithm that runs in linear time. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int maxX
public int maxY
Constructor Detail |
---|
public WalkerLinearAlgorithm(WalkerLinearGraph tree, int root)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |