C# Class Analyzer.VertexDegreeCalculator

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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CalculateVertexDegrees ( IVertex oVertex, Int32 &iInDegree, Int32 &iOutDegree ) : void

Method Details

CalculateVertexDegrees() protected méthode

protected CalculateVertexDegrees ( IVertex oVertex, Int32 &iInDegree, Int32 &iOutDegree ) : void
oVertex IVertex
iInDegree System.Int32
iOutDegree System.Int32
Résultat void

CalculatorDescription() public méthode

public CalculatorDescription ( ) : string
Résultat string

TryCalculateGraphMetrics() public méthode

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

VertexDegreeCalculator() public méthode

public VertexDegreeCalculator ( ) : Smrf.NodeXL.Core
Résultat Smrf.NodeXL.Core

tryAnalyze() public méthode

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

tryCalculate() public méthode

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