helix.graph.algo.c3part.aggregator
Class DenseCCAggregator

java.lang.Object
  extended by helix.graph.algo.c3part.aggregator.NodeAggregator
      extended by helix.graph.algo.c3part.aggregator.CCAggregator
          extended by helix.graph.algo.c3part.aggregator.DenseCCAggregator

public class DenseCCAggregator
extends CCAggregator


Constructor Summary
DenseCCAggregator(Graph datagraph, C3PartOptions options, RColorSet multicolors)
          constructor
 
Method Summary
 String getParamInfo()
          override getParamInfo to give information about density
 boolean isAggregable(Vertex V, Vertex v)
          override isAggregable to add the density condition
 
Methods inherited from class helix.graph.algo.c3part.aggregator.CCAggregator
getCleanerFor
 
Methods inherited from class helix.graph.algo.c3part.aggregator.NodeAggregator
getOptions, getPreferredColor, getTerminals
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DenseCCAggregator

public DenseCCAggregator(Graph datagraph,
                         C3PartOptions options,
                         RColorSet multicolors)
constructor

Method Detail

isAggregable

public boolean isAggregable(Vertex V,
                            Vertex v)
override isAggregable to add the density condition

Overrides:
isAggregable in class CCAggregator

getParamInfo

public String getParamInfo()
override getParamInfo to give information about density

Overrides:
getParamInfo in class NodeAggregator