helix.graph.algo.c3part.aggregator
Class PivotingAggregator

java.lang.Object
  extended by helix.graph.algo.c3part.aggregator.NodeAggregator
      extended by helix.graph.algo.c3part.aggregator.PivotingAggregator
Direct Known Subclasses:
CenteredAggregator, CliqueAggregator

public abstract class PivotingAggregator
extends NodeAggregator


Constructor Summary
PivotingAggregator(Graph datagraph, C3PartOptions options)
          constructor - same as super
 
Method Summary
 
Methods inherited from class helix.graph.algo.c3part.aggregator.NodeAggregator
getCleanerFor, getOptions, getParamInfo, getPreferredColor, getTerminals, isAggregable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PivotingAggregator

public PivotingAggregator(Graph datagraph,
                          C3PartOptions options)
constructor - same as super