helix.graph.algo.c3part
Class C3PartDFSQ

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

public class C3PartDFSQ
extends C3PartAbstractXFS


Constructor Summary
C3PartDFSQ(Graph dataGraph)
          API
 
Method Summary
 void setOptions(C3PartOptions options)
          set options time to check for option incompatibilities
 
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

C3PartDFSQ

public C3PartDFSQ(Graph dataGraph)
API

Method Detail

setOptions

public void setOptions(C3PartOptions options)
Description copied from class: C3PartAbstract
set options time to check for option incompatibilities

Specified by:
setOptions in interface C3PartAlgo
Overrides:
setOptions in class C3PartAbstractXFS