helix.graph.algo.c3part.preprocessor
Class MultigraphCleaner

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.MultigraphCleaner
Direct Known Subclasses:
Chromatizer

public abstract class MultigraphCleaner
extends GraphCleaner

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


Constructor Summary
MultigraphCleaner()
           
 
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

MultigraphCleaner

public MultigraphCleaner()