helix.graph.algo.c3part
Class C3PartAbstractXFS

java.lang.Object
  extended by helix.graph.algo.c3part.C3PartAbstract
      extended by helix.graph.algo.c3part.C3PartAbstractXFS
All Implemented Interfaces:
C3PartAlgo
Direct Known Subclasses:
C3PartBFS, C3PartDFS, C3PartDFSQ

public abstract class C3PartAbstractXFS
extends C3PartAbstract


Constructor Summary
C3PartAbstractXFS(Graph dataGraph)
          required pseudo constructor
 
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

C3PartAbstractXFS

public C3PartAbstractXFS(Graph dataGraph)
required pseudo constructor

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 C3PartAbstract