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
Mostrar archivo Open project: 2014-sed-team3/term-project

Public Methods

Method 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 method

public AssertValid ( ) : void
return void

CalculateGraphMetrics() public method

public CalculateGraphMetrics ( IGraph graph ) : Double>.Dictionary
graph IGraph
return Double>.Dictionary

OneDoubleGraphMetricCalculatorBase() public method

Initializes a new instance of the class.
public OneDoubleGraphMetricCalculatorBase ( ) : System
return System

TryCalculateGraphMetrics() public abstract method

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