C# Class Analyzer.VertexMetricCalculatorBase

Inheritance: AnalyzerBase
Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

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

Method Details

CalculatorDescription() public abstract méthode

public abstract CalculatorDescription ( ) : string
Résultat string

tryAnalyze() public méthode

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

tryCalculate() public abstract méthode

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