Eclipse Draw2d
3.0.1

org.eclipse.draw2d.internal.graph
Class InitialRankSolver

java.lang.Object
  extended byorg.eclipse.draw2d.internal.graph.GraphVisitor
      extended byorg.eclipse.draw2d.internal.graph.InitialRankSolver

public class InitialRankSolver
extends GraphVisitor

Since:
2.1

Field Summary
protected  EdgeList candidates
           
protected  DirectedGraph graph
           
protected  NodeList members
           
 
Constructor Summary
InitialRankSolver()
           
 
Method Summary
protected  void solve()
           
 void visit(DirectedGraph graph)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graph

protected DirectedGraph graph

candidates

protected EdgeList candidates

members

protected NodeList members
Constructor Detail

InitialRankSolver

public InitialRankSolver()
Method Detail

visit

public void visit(DirectedGraph graph)
Specified by:
visit in class GraphVisitor

solve

protected void solve()

Eclipse Draw2d
3.0.1

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.