edu.uci.ics.jung.random.permuters
Interface EdgePermuter

All Known Implementing Classes:
BernoulliEdgePermuter

public interface EdgePermuter

An interface for algorithms that randomly permute edges according to some distribution or other mechanism

Author:
Scott White

Method Summary
 void permuteEdges(Graph graph)
          Instructs the algoritm to go ahead and permute the edges for the given graph
 

Method Detail

permuteEdges

public void permuteEdges(Graph graph)
Instructs the algoritm to go ahead and permute the edges for the given graph

Parameters:
graph - the graph whose edges are to be permuted