C# Class Analyzer.SubgraphCalculator

Datei anzeigen Open project: 2014-sed-team3/term-project

Public Methods

Method Description
GetSubgraph ( IVertex vertex, Decimal levels, System.Boolean getSubgraphEdges, Int32>.Dictionary &subgraphVertices, HashSet &subgraphEdges ) : void
GetSubgraphAsNewGraph ( ICollection verticesToInclude ) : IGraph

Private Methods

Method Description
AddOuterEdgesToSubgraph ( Int32 iOuterLevel, Int32>.Dictionary oSubgraphVertices, HashSet oSubgraphEdges ) : void

Method Details

GetSubgraph() public static method

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
return void

GetSubgraphAsNewGraph() public static method

public static GetSubgraphAsNewGraph ( ICollection verticesToInclude ) : IGraph
verticesToInclude ICollection
return IGraph