C# 클래스 GraphView.TranslateMatchClauseVisitor.UnionFind

Uses the union-Find algorithm to decompose the graph pattern into fully-connected components
파일 보기 프로젝트 열기: Microsoft/GraphView

공개 프로퍼티들

프로퍼티 타입 설명
Parent string>.Dictionary

공개 메소드들

메소드 설명
Find ( string x ) : string
Union ( string a, string b ) : void

메소드 상세

Find() 공개 메소드

public Find ( string x ) : string
x string
리턴 string

Union() 공개 메소드

public Union ( string a, string b ) : void
a string
b string
리턴 void

프로퍼티 상세

Parent 공개적으로 프로퍼티

public Dictionary Parent
리턴 string>.Dictionary