mascoptLib.algos.abstractalgos
Class Ressort

java.lang.Object
  |
  +--mascoptLib.algos.abstractalgos.StepAlgo
        |
        +--mascoptLib.algos.abstractalgos.Ressort
All Implemented Interfaces:
Runnable

public class Ressort
extends StepAlgo

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

Constructor Summary
Ressort(mascoptLib.abstractGraph.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

Ressort

public Ressort(mascoptLib.abstractGraph.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