helix.graph.algo.c3part
Class C3PartDFS

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

public class C3PartDFS
extends C3PartAbstractXFS


Constructor Summary
C3PartDFS(Graph dataGraph)
          API
 
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

C3PartDFS

public C3PartDFS(Graph dataGraph)
API