mascoptDev.algos.digraph
Class GroomingDiPath

java.lang.Object
  |
  +--mascoptDev.algos.digraph.GroomingDiPath

public class GroomingDiPath
extends Object


Constructor Summary
GroomingDiPath(DiGraph D, String Groomingcoef)
           
 
Method Summary
 Vector demandSort()
           
 int getNbTubes()
           
 DiGraph GroomingGraph()
           
 void run()
           
 Vector vertexSort(VertexSet vset)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroomingDiPath

public GroomingDiPath(DiGraph D,
                      String Groomingcoef)
Method Detail

getNbTubes

public int getNbTubes()

vertexSort

public Vector vertexSort(VertexSet vset)

demandSort

public Vector demandSort()

run

public void run()

GroomingGraph

public DiGraph GroomingGraph()