mascoptDev.algos.abstractalgos.kfault
Class BipartiToGraph
java.lang.Object
|
+--mascoptDev.algos.abstractalgos.kfault.BipartiToGraph
- public class BipartiToGraph
- extends Object
This classe transform bipartie network into network.
- See Also:
- BipartiToGraph.htm
Method Summary |
void |
transform()
Use to begin the transformation of the input network
To transform the network, we have to remove special node of the bipartie network.
|
HORIZONTALE_ELOIGNEMENT
public static int HORIZONTALE_ELOIGNEMENT
BipartiToGraph
public BipartiToGraph(Graph g)
- Constructor
Param : the input network
transform
public void transform()
- Use to begin the transformation of the input network
To transform the network, we have to remove special node of the bipartie network.
And transform block with several node in a group of node.