C# 클래스 Analyzer.VertexDegreeCalculator

상속: VertexMetricCalculatorBase
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

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

보호된 메소드들

메소드 설명
CalculateVertexDegrees ( IVertex oVertex, Int32 &iInDegree, Int32 &iOutDegree ) : void

메소드 상세

CalculateVertexDegrees() 보호된 메소드

protected CalculateVertexDegrees ( IVertex oVertex, Int32 &iInDegree, Int32 &iOutDegree ) : void
oVertex IVertex
iInDegree System.Int32
iOutDegree System.Int32
리턴 void

CalculatorDescription() 공개 메소드

public CalculatorDescription ( ) : string
리턴 string

TryCalculateGraphMetrics() 공개 메소드

public TryCalculateGraphMetrics ( IGraph graph, BackgroundWorker backgroundWorker, VertexMetricBase &graphMetrics ) : System.Boolean
graph IGraph
backgroundWorker System.ComponentModel.BackgroundWorker
graphMetrics VertexMetricBase
리턴 System.Boolean

VertexDegreeCalculator() 공개 메소드

public VertexDegreeCalculator ( ) : Smrf.NodeXL.Core
리턴 Smrf.NodeXL.Core

tryAnalyze() 공개 메소드

public tryAnalyze ( IGraph graph, BackgroundWorker bgw, AnalyzeResultBase &results ) : bool
graph IGraph
bgw System.ComponentModel.BackgroundWorker
results AnalyzeResultBase
리턴 bool

tryCalculate() 공개 메소드

public tryCalculate ( IGraph graph, BackgroundWorker bgw, VertexMetricBase &metrics ) : bool
graph IGraph
bgw System.ComponentModel.BackgroundWorker
metrics VertexMetricBase
리턴 bool