mascoptDev.algos.digraph
Class WTranslatorGraph
java.lang.Object
|
+--mascoptDev.algos.digraph.WTranslatorGraph
- public class WTranslatorGraph
- extends Object
This class transform a network into the Globcom model of Hervé Rivano.
Referer to Globecom 2002 or Hervé Rivano !
WTranslatorGraph
public WTranslatorGraph(DiGraph g,
DiGraph requests,
int multiplicity)
- The constructor.
It uses a DiGraph g, a DiGraph of requests on this digraph and a
multiplicity which is the number of wavelength in the network.
buildGraph
public DiGraph buildGraph()
- Launch the build of the resulting graph.
- Returns:
- the layered graph.