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

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

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

Subclasses of GraphCloser in helix.graph.algo.c3part.preprocessor
 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 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.