C# 클래스 Analyzer.ReciprocatedVertexPairRatioCalculator

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

공개 메소드들

메소드 설명
CalculatorDescription ( ) : string
ReciprocatedVertexPairRatioCalculator ( ) : Smrf.AppLib
TryCalculateGraphMetrics ( IGraph graph, BackgroundWorker backgroundWorker, MetricDouble &graphMetrics ) : bool
tryCalculate ( IGraph graph, BackgroundWorker bgw, VertexMetricBase &metrics ) : bool

보호된 메소드들

메소드 설명
CalculateReciprocatedVertexPairRatio ( IVertex oVertex, HashSet oVertexIDPairs ) : Double
GetVertexIDPairs ( IGraph oGraph ) : HashSet

메소드 상세

CalculateReciprocatedVertexPairRatio() 보호된 메소드

protected CalculateReciprocatedVertexPairRatio ( IVertex oVertex, HashSet oVertexIDPairs ) : Double
oVertex IVertex
oVertexIDPairs HashSet
리턴 Double

CalculatorDescription() 공개 메소드

public CalculatorDescription ( ) : string
리턴 string

GetVertexIDPairs() 보호된 메소드

protected GetVertexIDPairs ( IGraph oGraph ) : HashSet
oGraph IGraph
리턴 HashSet

ReciprocatedVertexPairRatioCalculator() 공개 메소드

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

TryCalculateGraphMetrics() 공개 메소드

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

tryCalculate() 공개 메소드

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