mascoptLib.algos.abstractalgos
Class AutoArrangeGraphs

java.lang.Object
  extended bymascoptLib.algos.abstractalgos.StepAlgo
      extended bymascoptLib.algos.abstractalgos.AutoArrangeGraphs
All Implemented Interfaces:
Runnable

public class AutoArrangeGraphs
extends StepAlgo

Version:
16/07/2002
Author:
bbongiov@sophia.inria.fr

Constructor Summary
AutoArrangeGraphs(AbstractGraph g)
           
 
Method Summary
 void run()
          Computes the shortest distances and paths from node u.
 
Methods inherited from class mascoptLib.algos.abstractalgos.StepAlgo
byStep, ends, isDemo, isEnded, nextStep, setTime, start, waitB
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoArrangeGraphs

public AutoArrangeGraphs(AbstractGraph g)
Method Detail

run

public void run()
Computes the shortest distances and paths from node u.

Specified by:
run in interface Runnable
Specified by:
run in class StepAlgo