C# Class Smrf.NodeXL.Algorithms.OneDoubleGraphMetricCalculatorBase

Calculates one graph metric of type Double for each of the graph's vertices.
This is the base class for several derived classes that calculate a graph metric of type Double.
Inheritance: GraphMetricCalculatorBase
Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

Méthode Description
AssertValid ( ) : void
CalculateGraphMetrics ( IGraph graph ) : Double>.Dictionary
OneDoubleGraphMetricCalculatorBase ( ) : System

Initializes a new instance of the class.

TryCalculateGraphMetrics ( IGraph graph, BackgroundWorker backgroundWorker, Double>.Dictionary &graphMetrics ) : System.Boolean

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

CalculateGraphMetrics() public méthode

public CalculateGraphMetrics ( IGraph graph ) : Double>.Dictionary
graph IGraph
Résultat Double>.Dictionary

OneDoubleGraphMetricCalculatorBase() public méthode

Initializes a new instance of the class.
public OneDoubleGraphMetricCalculatorBase ( ) : System
Résultat System

TryCalculateGraphMetrics() public abstract méthode

public abstract TryCalculateGraphMetrics ( IGraph graph, BackgroundWorker backgroundWorker, Double>.Dictionary &graphMetrics ) : System.Boolean
graph IGraph
backgroundWorker System.ComponentModel.BackgroundWorker
graphMetrics Double>.Dictionary
Résultat System.Boolean