C# 클래스 Analyzer.GroupDetectorBase

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

공개 메소드들

메소드 설명
getPartitionerDescription ( ) : string
tryAnalyze ( IGraph graph, BackgroundWorker bgw, AnalyzeResultBase &results ) : bool
tryPartition ( IGraph graph, BackgroundWorker bgw, Groups &results ) : bool

메소드 상세

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

public abstract getPartitionerDescription ( ) : string
리턴 string

tryAnalyze() 공개 메소드

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

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

public abstract tryPartition ( IGraph graph, BackgroundWorker bgw, Groups &results ) : bool
graph IGraph
bgw System.ComponentModel.BackgroundWorker
results Groups
리턴 bool