C# Class Smrf.NodeXL.ExcelTemplate.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: GraphMetricCalculatorBase2
Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

Méthode Description
AssertValid ( ) : void
OneDoubleGraphMetricCalculatorBase ( ) : System

Initializes a new instance of the class.

Méthodes protégées

Méthode Description
TryCalculateGraphMetrics ( IGraph graph, CalculateGraphMetricsContext calculateGraphMetricsContext, Algorithms oneDoubleGraphMetricCalculator, GraphMetrics graphMetric, String columnName, Double columnWidthChars, String style, GraphMetricColumn &graphMetricColumns ) : System.Boolean

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

OneDoubleGraphMetricCalculatorBase() public méthode

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

TryCalculateGraphMetrics() protected méthode

protected TryCalculateGraphMetrics ( IGraph graph, CalculateGraphMetricsContext calculateGraphMetricsContext, Algorithms oneDoubleGraphMetricCalculator, GraphMetrics graphMetric, String columnName, Double columnWidthChars, String style, GraphMetricColumn &graphMetricColumns ) : System.Boolean
graph IGraph
calculateGraphMetricsContext CalculateGraphMetricsContext
oneDoubleGraphMetricCalculator Algorithms
graphMetric GraphMetrics
columnName String
columnWidthChars Double
style String
graphMetricColumns GraphMetricColumn
Résultat System.Boolean