helix.graph.algo.c3part.preprocessor
Class NoCleaner

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.NoCleaner

public class NoCleaner
extends GraphCleaner

a lazy cleaner : does not clean anything


Constructor Summary
NoCleaner()
           
 
Method Summary
 void run(Graph graph)
          preprocess datagraph note: the datagraph argument is modified
 
Methods inherited from class helix.graph.algo.c3part.preprocessor.GraphPreprocessor
logParams, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoCleaner

public NoCleaner()
Method Detail

run

public void run(Graph graph)
Description copied from class: GraphPreprocessor
preprocess datagraph note: the datagraph argument is modified

Specified by:
run in class GraphPreprocessor