helix.graph.algo.c3part.aggregator
Class CCAggregator
java.lang.Object
helix.graph.algo.c3part.aggregator.NodeAggregator
helix.graph.algo.c3part.aggregator.CCAggregator
- Direct Known Subclasses:
- DenseCCAggregator
public class CCAggregator
- extends NodeAggregator
CCAggregator
public CCAggregator(Graph datagraph,
C3PartOptions options,
RColorSet multicolors)
- constructor
isAggregable
public boolean isAggregable(Vertex V,
Vertex v)
- Description copied from class:
NodeAggregator
- Check if datagraph node 'v' can be aggregated to multigraph
vertex V.
- Specified by:
isAggregable
in class NodeAggregator
getCleanerFor
public GraphCleaner getCleanerFor()
- Description copied from class:
NodeAggregator
- get an instance of a datagraph cleaner for this aggregator
default: return a NoCleaner
- Overrides:
getCleanerFor
in class NodeAggregator