helix.graph.algo.c3part
Class C3PartDTM

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

public class C3PartDTM
extends C3PartAbstractOTF


Constructor Summary
C3PartDTM(Graph dataGraph)
           
 
Method Summary
 ColorOptimizer getOptimizerFor(Graph Clas)
          get optimizer for Clas this abstract class knows :
 
Methods inherited from class helix.graph.algo.c3part.C3PartAbstract
getAggregatorFor, getOptions, getPhysicalOptions, run, setOptions
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

C3PartDTM

public C3PartDTM(Graph dataGraph)
Method Detail

getOptimizerFor

public ColorOptimizer getOptimizerFor(Graph Clas)
Description copied from class: C3PartAbstract
get optimizer for Clas this abstract class knows :
 Name    Optimizer
 off     IdentityColorOptimizer
 user    FixColorOptimizer
 global  GlobalColorOptimizer
 local   TerminalsColorOptimizer
 

Specified by:
getOptimizerFor in interface C3PartAlgo
Overrides:
getOptimizerFor in class C3PartAbstract