C# 클래스 Dev2.Converters.Graph.NavigatorBase

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

보호된 메소드들

메소드 설명
BuildIndexedTree ( IList paths, Dictionary indexedPathSegments, IndexedPathSegmentTreeNode rootIndexedValueTreeNode ) : void
BuildResultsStructure ( IList paths, Dictionary results ) : void
CreatePathSegmentIndexedPathSegmentTreeNode ( IPathSegment pathSegment, IndexedPathSegmentTreeNode parentNode ) : IndexedPathSegmentTreeNode
CreateRootNode ( IList validPaths, Dictionary results ) : void
EnumerateIndexedTree ( IndexedPathSegmentTreeNode node ) : long
IndexPathSegments ( IList paths, Dictionary indexedPathSegments ) : void
WriteToResults ( IList paths, Dictionary indexedPathSegments, IndexedPathSegmentTreeNode rootIndexedValueTreeNode, Dictionary results ) : void

메소드 상세

BuildIndexedTree() 보호된 메소드

protected BuildIndexedTree ( IList paths, Dictionary indexedPathSegments, IndexedPathSegmentTreeNode rootIndexedValueTreeNode ) : void
paths IList
indexedPathSegments Dictionary
rootIndexedValueTreeNode IndexedPathSegmentTreeNode
리턴 void

BuildResultsStructure() 보호된 메소드

protected BuildResultsStructure ( IList paths, Dictionary results ) : void
paths IList
results Dictionary
리턴 void

CreatePathSegmentIndexedPathSegmentTreeNode() 보호된 메소드

protected CreatePathSegmentIndexedPathSegmentTreeNode ( IPathSegment pathSegment, IndexedPathSegmentTreeNode parentNode ) : IndexedPathSegmentTreeNode
pathSegment IPathSegment
parentNode IndexedPathSegmentTreeNode
리턴 IndexedPathSegmentTreeNode

CreateRootNode() 보호된 메소드

protected CreateRootNode ( IList validPaths, Dictionary results ) : void
validPaths IList
results Dictionary
리턴 void

EnumerateIndexedTree() 보호된 메소드

protected EnumerateIndexedTree ( IndexedPathSegmentTreeNode node ) : long
node IndexedPathSegmentTreeNode
리턴 long

IndexPathSegments() 보호된 메소드

protected IndexPathSegments ( IList paths, Dictionary indexedPathSegments ) : void
paths IList
indexedPathSegments Dictionary
리턴 void

WriteToResults() 보호된 메소드

protected WriteToResults ( IList paths, Dictionary indexedPathSegments, IndexedPathSegmentTreeNode rootIndexedValueTreeNode, Dictionary results ) : void
paths IList
indexedPathSegments Dictionary
rootIndexedValueTreeNode IndexedPathSegmentTreeNode
results Dictionary
리턴 void