C# Class Analyzer.SubgraphCalculator

Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

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

Private Methods

Méthode Description
AddOuterEdgesToSubgraph ( Int32 iOuterLevel, Int32>.Dictionary oSubgraphVertices, HashSet oSubgraphEdges ) : void

Method Details

GetSubgraph() public static méthode

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
Résultat void

GetSubgraphAsNewGraph() public static méthode

public static GetSubgraphAsNewGraph ( ICollection verticesToInclude ) : IGraph
verticesToInclude ICollection
Résultat IGraph