|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.draw2d.internal.graph.GraphVisitor
org.eclipse.draw2d.internal.graph.BreakCycles
This visitor eliminates cycles in the graph via an implementation of the Greedy-Cycle-Removal algorithm. This algorithm determines which edges cause the cycles and then inverts these edges.
| Constructor Summary | |
BreakCycles()
|
|
| Method Summary | |
void |
visit(DirectedGraph g)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BreakCycles()
| Method Detail |
public void visit(DirectedGraph g)
visit in class GraphVisitorGraphVisitor.visit(org.eclipse.draw2d.graph.DirectedGraph)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||