|
||||||||||
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.CompoundBreakCycles
This visitor eliminates cycles in the graph via a modified implementation of the Greedy-Cycle-Removal algorithm. The algorithm has been modified to handle the presence of Subgraphs. This algorithm determines which edges cause cycles in the graph and then inverts these edges.
Constructor Summary | |
CompoundBreakCycles()
|
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 CompoundBreakCycles()
Method Detail |
public void visit(DirectedGraph g)
visit
in class GraphVisitor
GraphVisitor.visit(org.eclipse.draw2d.graph.DirectedGraph)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |