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

Field Summary
static int HORIZONTALE_ELOIGNEMENT
           
 
Constructor Summary
BipartiToGraph(Graph g)
          Constructor Param : the input network
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HORIZONTALE_ELOIGNEMENT

public static int HORIZONTALE_ELOIGNEMENT
Constructor Detail

BipartiToGraph

public BipartiToGraph(Graph g)
Constructor Param : the input network

Method Detail

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.