C# 클래스 Analyzer.SubgraphCalculator

파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
GetSubgraph ( IVertex vertex, Decimal levels, System.Boolean getSubgraphEdges, Int32>.Dictionary &subgraphVertices, HashSet &subgraphEdges ) : void
GetSubgraphAsNewGraph ( ICollection verticesToInclude ) : IGraph

비공개 메소드들

메소드 설명
AddOuterEdgesToSubgraph ( Int32 iOuterLevel, Int32>.Dictionary oSubgraphVertices, HashSet oSubgraphEdges ) : void

메소드 상세

GetSubgraph() 공개 정적인 메소드

public static GetSubgraph ( IVertex vertex, Decimal levels, System.Boolean getSubgraphEdges, Int32>.Dictionary &subgraphVertices, HashSet &subgraphEdges ) : void
vertex IVertex
levels Decimal
getSubgraphEdges System.Boolean
subgraphVertices Int32>.Dictionary
subgraphEdges HashSet
리턴 void

GetSubgraphAsNewGraph() 공개 정적인 메소드

public static GetSubgraphAsNewGraph ( ICollection verticesToInclude ) : IGraph
verticesToInclude ICollection
리턴 IGraph