C# Class Analyzer.GroupDetectorBase

Inheritance: AnalyzerBase
Datei anzeigen Open project: 2014-sed-team3/term-project

Public Methods

Method Description
getPartitionerDescription ( ) : string
tryAnalyze ( IGraph graph, BackgroundWorker bgw, AnalyzeResultBase &results ) : bool
tryPartition ( IGraph graph, BackgroundWorker bgw, Groups &results ) : bool

Method Details

getPartitionerDescription() public abstract method

public abstract getPartitionerDescription ( ) : string
return string

tryAnalyze() public method

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

tryPartition() public abstract method

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