org.eclipse.draw2d.internal.graph
Class TightSpanningTreeSolver
java.lang.Object
|
+--org.eclipse.draw2d.internal.graph.GraphVisitor
|
+--org.eclipse.draw2d.internal.graph.SpanningTreeVisitor
|
+--org.eclipse.draw2d.internal.graph.TightSpanningTreeSolver
- public class TightSpanningTreeSolver
- extends org.eclipse.draw2d.internal.graph.SpanningTreeVisitor
- Since:
- 2.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
graph
protected DirectedGraph graph
candidates
protected EdgeList candidates
members
protected NodeList members
TightSpanningTreeSolver
public TightSpanningTreeSolver()
visit
public void visit(DirectedGraph graph)
- Specified by:
visit
in class GraphVisitor
solve
protected void solve()
getTreeHead
protected Node getTreeHead(Edge edge)
getTreeTail
protected Node getTreeTail(Edge edge)
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.