Uses of Class
helix.graph.algo.c3part.preprocessor.GraphPreprocessor

Packages that use GraphPreprocessor
helix.graph.algo.c3part.preprocessor   
 

Uses of GraphPreprocessor in helix.graph.algo.c3part.preprocessor
 

Subclasses of GraphPreprocessor in helix.graph.algo.c3part.preprocessor
 class CCColorCleaner
          a class to remove vertices of a datagraph that belong to partially colored epsilon CC.
 class CenteredQuorumCleaner
           
 class Chromatizer
           
 class ColorCleaner
          a class to remove some colors from datagraph and shift remaining colors accordingly
 class DatagraphCleaner
          a class implementing a cleaner for datagraph.
 class 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.
 class 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.
 class GraphCleaner
          a class implementing a datagraph or multigraph cleanup.
 class GraphCloser
           
 class IterativeCleaner
           
 class MultigraphCleaner
          a class implementing a cleaner for multigraph.
 class 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.
 class NoCleaner
          a lazy cleaner : does not clean anything
 class QuorumCleaner
           
 class TandemCleaner
          Experimental section