scratch.scott
Class GraphCollapser

java.lang.Object
  extended by scratch.scott.GraphCollapser

public class GraphCollapser
extends Object

Author:
Scott White

Constructor Summary
GraphCollapser(DirectedGraph g, Set rootSet, int maxIntermediateSetSize, String edgeWeightKey)
           
 
Method Summary
 DirectedGraph collapseNext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphCollapser

public GraphCollapser(DirectedGraph g,
                      Set rootSet,
                      int maxIntermediateSetSize,
                      String edgeWeightKey)
Method Detail

collapseNext

public DirectedGraph collapseNext()