C# 클래스 Analyzer.EdgeReciprocationCalculator

상속: AnalyzerBase
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 메소드들

메소드 설명
CalculateGraphMetrics ( IGraph graph ) : Boolean>.Dictionary
EdgeReciprocationCalculator ( ) : Smrf.AppLib
TryCalculateGraphMetrics ( IGraph graph, BackgroundWorker backgroundWorker, Boolean>.Dictionary &graphMetrics ) : System.Boolean
tryAnalyze ( IGraph graph, BackgroundWorker bgw, AnalyzeResultBase &results ) : bool

보호된 메소드들

메소드 설명
GetDictionaryKey ( IVertex oVertex1, IVertex oVertex2 ) : System.Int64

메소드 상세

CalculateGraphMetrics() 공개 메소드

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

EdgeReciprocationCalculator() 공개 메소드

public EdgeReciprocationCalculator ( ) : Smrf.AppLib
리턴 Smrf.AppLib

GetDictionaryKey() 보호된 메소드

protected GetDictionaryKey ( IVertex oVertex1, IVertex oVertex2 ) : System.Int64
oVertex1 IVertex
oVertex2 IVertex
리턴 System.Int64

TryCalculateGraphMetrics() 공개 메소드

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

tryAnalyze() 공개 메소드

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