helix.graph.algo.c3part.preprocessor
Class GraphCleaner
java.lang.Object
helix.graph.algo.c3part.preprocessor.GraphPreprocessor
helix.graph.algo.c3part.preprocessor.GraphCleaner
- Direct Known Subclasses:
- DatagraphCleaner, MultigraphCleaner, NoCleaner
public abstract class GraphCleaner
- extends GraphPreprocessor
a class implementing a datagraph or multigraph cleanup.
just a placeholder for preprocessors.
instances of this class are typically provided by the
getCleanerFor()
method in NodeAggregator
class.
GraphCleaner
public GraphCleaner()