C# Class Analyzer.VertexDegreeCalculator

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

Public Methods

Method Description
CalculatorDescription ( ) : string
TryCalculateGraphMetrics ( IGraph graph, BackgroundWorker backgroundWorker, VertexMetricBase &graphMetrics ) : System.Boolean
VertexDegreeCalculator ( ) : Smrf.NodeXL.Core
tryAnalyze ( IGraph graph, BackgroundWorker bgw, AnalyzeResultBase &results ) : bool
tryCalculate ( IGraph graph, BackgroundWorker bgw, VertexMetricBase &metrics ) : bool

Protected Methods

Method Description
CalculateVertexDegrees ( IVertex oVertex, Int32 &iInDegree, Int32 &iOutDegree ) : void

Method Details

CalculateVertexDegrees() protected method

protected CalculateVertexDegrees ( IVertex oVertex, Int32 &iInDegree, Int32 &iOutDegree ) : void
oVertex IVertex
iInDegree System.Int32
iOutDegree System.Int32
return void

CalculatorDescription() public method

public CalculatorDescription ( ) : string
return string

TryCalculateGraphMetrics() public method

public TryCalculateGraphMetrics ( IGraph graph, BackgroundWorker backgroundWorker, VertexMetricBase &graphMetrics ) : System.Boolean
graph IGraph
backgroundWorker System.ComponentModel.BackgroundWorker
graphMetrics VertexMetricBase
return System.Boolean

VertexDegreeCalculator() public method

public VertexDegreeCalculator ( ) : Smrf.NodeXL.Core
return Smrf.NodeXL.Core

tryAnalyze() public method

public tryAnalyze ( IGraph graph, BackgroundWorker bgw, AnalyzeResultBase &results ) : bool
graph IGraph
bgw System.ComponentModel.BackgroundWorker
results AnalyzeResultBase
return bool

tryCalculate() public method

public tryCalculate ( IGraph graph, BackgroundWorker bgw, VertexMetricBase &metrics ) : bool
graph IGraph
bgw System.ComponentModel.BackgroundWorker
metrics VertexMetricBase
return bool