C# 클래스 Analyzer.VertexMetricCalculatorBase

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

공개 메소드들

메소드 설명
CalculatorDescription ( ) : string
tryAnalyze ( IGraph graph, BackgroundWorker bgw, AnalyzeResultBase &results ) : bool
tryCalculate ( IGraph graph, BackgroundWorker bgw, VertexMetricBase &metrics ) : bool

메소드 상세

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

public abstract CalculatorDescription ( ) : string
리턴 string

tryAnalyze() 공개 메소드

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

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

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