helix.graph.algo.c3part.compressor
Class MultiInSetColorsCompressor
java.lang.Object
helix.graph.algo.c3part.compressor.AbstractCompressor
helix.graph.algo.c3part.compressor.AbstractMultiCompressor
helix.graph.algo.c3part.compressor.MultiInSetColorsCompressor
- All Implemented Interfaces:
- GraphCompressor, MultiGraphCompressor
public class MultiInSetColorsCompressor
- extends AbstractMultiCompressor
Methods inherited from class helix.graph.algo.c3part.compressor.AbstractCompressor |
compress, compress, compressVertex, expand, flatten, getAliases, getNeighbors, getParamInfo, getRoot, getVertices, isAlias, isNormal, isRoot, nbVertices, retrieveSet, storeSet |
Methods inherited from interface helix.graph.algo.c3part.compressor.GraphCompressor |
compress, compress, compressVertex, expand, flatten, getAliases, getNeighbors, getParamInfo, getRoot, getVertices, isAlias, isNormal, isRoot, nbVertices, retrieveSet, storeSet |
MultiInSetColorsCompressor
public MultiInSetColorsCompressor()
patternSet_
public final Iterable<Vertex> patternSet_(Vertex V,
Graph multi)
- delegate patternSet
- Specified by:
patternSet_
in class AbstractMultiCompressor
subsumes_
public boolean subsumes_(Vertex V,
Vertex U,
Graph graph)
- delegate subsumption
- Specified by:
subsumes_
in class AbstractMultiCompressor
restoreEdge_
public void restoreEdge_(Vertex V,
Vertex W,
Vertex Root,
Graph multi)
- delegate restoration
restore (if needed) edge between V and W
- Specified by:
restoreEdge_
in class AbstractMultiCompressor