C# Class GraphView.TranslateMatchClauseVisitor.UnionFind

Uses the union-Find algorithm to decompose the graph pattern into fully-connected components
Afficher le fichier Open project: Microsoft/GraphView

Méthodes publiques

Свойство Type Description
Parent string>.Dictionary

Méthodes publiques

Méthode Description
Find ( string x ) : string
Union ( string a, string b ) : void

Method Details

Find() public méthode

public Find ( string x ) : string
x string
Résultat string

Union() public méthode

public Union ( string a, string b ) : void
a string
b string
Résultat void

Property Details

Parent public_oe property

public Dictionary Parent
Résultat string>.Dictionary