C# 클래스 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.
상속: GraphMetricCalculatorBase
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
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

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

CalculateGraphMetrics() 공개 메소드

public CalculateGraphMetrics ( IGraph graph ) : Double>.Dictionary
graph IGraph
리턴 Double>.Dictionary

OneDoubleGraphMetricCalculatorBase() 공개 메소드

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

TryCalculateGraphMetrics() 공개 추상적인 메소드

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