Package helix.graph.algo.c3part.preprocessor

Class Summary
CCColorCleaner a class to remove vertices of a datagraph that belong to partially colored epsilon CC.
CenteredQuorumCleaner  
Chromatizer  
ColorCleaner a class to remove some colors from datagraph and shift remaining colors accordingly
DatagraphCleaner a class implementing a cleaner for datagraph.
DataGraphCloser a class to compute delta closure of datagraphs.
in a datagraph all vertices are assumed to be colored (not necessarily all edges) and monochromatic.
note: color 0 is reserved for the epsilon relation and is specified on edges.
note: this class does not close on the epsilon relation.
EpsilonCloser a class to compute delta closure on the epsilon (correspondance) relation in datagraphs.
note: to close on other (non zero color) relations, use the DataGraphCloser class instead.
GraphCleaner a class implementing a datagraph or multigraph cleanup.
GraphCloser  
GraphPreprocessor  
IterativeCleaner  
MultigraphCleaner a class implementing a cleaner for multigraph.
MultiGraphCloser a class to compute delta closure of multigraph.
this is used in conjunction with a Chromatizer to implements delta shuffling
in a multigraph only edges are assumed to be colored (not necessarily vertices) and polychromatic.
note: color 0 is assumed to be unused (epsilon relation)
For later retrieval, the colors of newly colored edges are shifted by a specified amount.
NoCleaner a lazy cleaner : does not clean anything
QuorumCleaner  
TandemCleaner Experimental section
 

Exception Summary
PreprocessorException