mascoptDev.algos.digraph
Class GroomingDiPathGreedy

java.lang.Object
  |
  +--mascoptDev.algos.digraph.GroomingDiPathGreedy
Direct Known Subclasses:
GroomingDiPathGreedy2

public class GroomingDiPathGreedy
extends Object


Field Summary
static String REQUEST_VAL
          Etiquette donnee a la valeur de la requete (qui est entiere)
 
Constructor Summary
GroomingDiPathGreedy(DiGraph D, String Groomingcoef)
           
 
Method Summary
 Vector demandSort(ArcSet aset)
           
 int getNbTubes()
           
 DiGraph GroomingGraph()
           
 Vector reqSort(ArcSet aset)
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_VAL

public static String REQUEST_VAL
Etiquette donnee a la valeur de la requete (qui est entiere)

Constructor Detail

GroomingDiPathGreedy

public GroomingDiPathGreedy(DiGraph D,
                            String Groomingcoef)
Method Detail

reqSort

public Vector reqSort(ArcSet aset)

demandSort

public Vector demandSort(ArcSet aset)

run

public void run()

GroomingGraph

public DiGraph GroomingGraph()

getNbTubes

public int getNbTubes()