helix.graph.algo.c3part.preprocessor
Class DatagraphCleaner

java.lang.Object
  extended by helix.graph.algo.c3part.preprocessor.GraphPreprocessor
      extended by helix.graph.algo.c3part.preprocessor.GraphCleaner
          extended by helix.graph.algo.c3part.preprocessor.DatagraphCleaner
Direct Known Subclasses:
CCColorCleaner, ColorCleaner, IterativeCleaner, TandemCleaner

public abstract class DatagraphCleaner
extends GraphCleaner

a class implementing a cleaner for datagraph. just a placeholder for datagraph preprocessors.


Constructor Summary
DatagraphCleaner()
           
 
Method Summary
 
Methods inherited from class helix.graph.algo.c3part.preprocessor.GraphPreprocessor
logParams, run, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatagraphCleaner

public DatagraphCleaner()