C# Class GraphView.TranslateMatchClauseVisitor.UnionFind

Uses the union-Find algorithm to decompose the graph pattern into fully-connected components
ファイルを表示 Open project: Microsoft/GraphView

Public Properties

Property Type Description
Parent string>.Dictionary

Public Methods

Method Description
Find ( string x ) : string
Union ( string a, string b ) : void

Method Details

Find() public method

public Find ( string x ) : string
x string
return string

Union() public method

public Union ( string a, string b ) : void
a string
b string
return void

Property Details

Parent public_oe property

public Dictionary Parent
return string>.Dictionary