helix.graph.algo.c3part
Class C3PartBFS

java.lang.Object
  extended by helix.graph.algo.c3part.C3PartAbstract
      extended by helix.graph.algo.c3part.C3PartAbstractXFS
          extended by helix.graph.algo.c3part.C3PartBFS
All Implemented Interfaces:
C3PartAlgo

public class C3PartBFS
extends C3PartAbstractXFS


Constructor Summary
C3PartBFS(Graph dataGraph)
          constructor
 
Method Summary
 
Methods inherited from class helix.graph.algo.c3part.C3PartAbstractXFS
setOptions
 
Methods inherited from class helix.graph.algo.c3part.C3PartAbstract
getAggregatorFor, getOptimizerFor, getOptions, getPhysicalOptions, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

C3PartBFS

public C3PartBFS(Graph dataGraph)
constructor