helix.graph.algo.c3part.preprocessor
Class NoCleaner
java.lang.Object
helix.graph.algo.c3part.preprocessor.GraphPreprocessor
helix.graph.algo.c3part.preprocessor.GraphCleaner
helix.graph.algo.c3part.preprocessor.NoCleaner
public class NoCleaner
- extends GraphCleaner
a lazy cleaner : does not clean anything
Method Summary |
void |
run(Graph graph)
preprocess datagraph
note: the datagraph argument is modified |
NoCleaner
public NoCleaner()
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