Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
CalculateGraphMetrics ( IGraph graph ) : VertexDegrees>.Dictionary |
||
TryCalculateGraphMetrics ( IGraph graph, |
||
VertexDegreeCalculator ( ) : System |
Initializes a new instance of the
|
Method | Description | |
---|---|---|
CalculateVertexDegrees ( IVertex oVertex, |
public CalculateGraphMetrics ( IGraph graph ) : VertexDegrees>.Dictionary |
||
graph | IGraph | |
return | VertexDegrees>.Dictionary |
protected CalculateVertexDegrees ( IVertex oVertex, |
||
oVertex | IVertex | |
iInDegree | ||
iOutDegree | ||
return | void |
public TryCalculateGraphMetrics ( IGraph graph, |
||
graph | IGraph | |
backgroundWorker | ||
graphMetrics | VertexDegrees>.Dictionary | |
return | System.Boolean |