C# Class Analyzer.GroupMetricCalculator

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

Public Methods

Method Description
GroupMetricCalculator ( ) : Smrf.NodeXL.Core
TryCalculateGraphMetrics ( IGraph graph, OverallMetrics>.Dictionary &groupsmetric ) : System.Boolean
tryAnalyze ( IGraph graph, BackgroundWorker bgw, AnalyzeResultBase &results ) : bool

Protected Methods

Method Description
TryCalculateGraphMetricsForOneGroup ( GroupInfo oGroupInfo, OverallMetrics &oOverallMetrics ) : System.Boolean

Method Details

GroupMetricCalculator() public method

public GroupMetricCalculator ( ) : Smrf.NodeXL.Core
return Smrf.NodeXL.Core

TryCalculateGraphMetrics() public method

public TryCalculateGraphMetrics ( IGraph graph, OverallMetrics>.Dictionary &groupsmetric ) : System.Boolean
graph IGraph
groupsmetric OverallMetrics>.Dictionary
return System.Boolean

TryCalculateGraphMetricsForOneGroup() protected method

protected TryCalculateGraphMetricsForOneGroup ( GroupInfo oGroupInfo, OverallMetrics &oOverallMetrics ) : System.Boolean
oGroupInfo Smrf.NodeXL.Core.GroupInfo
oOverallMetrics OverallMetrics
return System.Boolean

tryAnalyze() public method

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