Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
CalculateGraphMetrics ( IGraph graph, IList |
||
IntergroupEdgeCalculator ( ) : System |
Initializes a new instance of the
|
|
TryCalculateGraphMetrics ( IGraph graph, |
Method | Description | |
---|---|---|
CompareIntergroupEdges ( |
||
CountIncidentEdge ( IEdge oIntergroupEdge, |
||
IncidentEdgeShouldBeCounted ( IEdge oIncidentEdge, IVertex oVertexInGroup1, |
public CalculateGraphMetrics ( IGraph graph, IList |
||
graph | IGraph | |
groups | IList |
|
useDirectedness | System.Boolean | |
return | IList |
protected static CompareIntergroupEdges ( |
||
oIntergroupEdge1 | ||
oIntergroupEdge2 | ||
return |
protected CountIncidentEdge ( IEdge oIntergroupEdge, |
||
oIntergroupEdge | IEdge | |
iGroup1Index | ||
iGroup2Index | ||
oIntergroupEdges | IList |
|
oIntergroupEdgeIndexes | IntergroupEdgeInfo>.Dictionary | |
return | void |
protected IncidentEdgeShouldBeCounted ( IEdge oIncidentEdge, IVertex oVertexInGroup1, |
||
oIncidentEdge | IEdge | |
oVertexInGroup1 | IVertex | |
iGroup1Index | ||
oGroupIndexDictionary | Int32>.Dictionary | |
bUseDirectedness | System.Boolean | |
bGraphIsDirected | System.Boolean | |
iGroup2Index | ||
return | System.Boolean |
public TryCalculateGraphMetrics ( IGraph graph, |
||
graph | IGraph | |
backgroundWorker | ||
groups | IList |
|
useDirectedness | System.Boolean | |
graphMetrics | IList |
|
return | System.Boolean |