C# Class Analyzer.VertexMetricCalculatorBase

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

Public Methods

Method Description
CalculatorDescription ( ) : string
tryAnalyze ( IGraph graph, BackgroundWorker bgw, AnalyzeResultBase &results ) : bool
tryCalculate ( IGraph graph, BackgroundWorker bgw, VertexMetricBase &metrics ) : bool

Method Details

CalculatorDescription() public abstract method

public abstract CalculatorDescription ( ) : 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

tryCalculate() public abstract method

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