C# Class Analyzer.FanMotifDetector

Inheritance: GroupDetectorBase
Datei anzeigen Open project: 2014-sed-team3/term-project Class Usage Examples

Public Methods

Method Description
FanMotifDetector ( ) : Smrf.AppLib
TryCalculateFanMotif ( IGraph oGraph, BackgroundWorker oBackgroundWorker, ICollection &oMotifs ) : System.Boolean
getPartitionerDescription ( ) : string
tryPartition ( IGraph graph, BackgroundWorker bgw, Groups &results ) : bool

Protected Methods

Method Description
SetFanMotifArcScale ( ICollection oFanMotifs ) : void

Method Details

FanMotifDetector() public method

public FanMotifDetector ( ) : Smrf.AppLib
return Smrf.AppLib

SetFanMotifArcScale() protected method

protected SetFanMotifArcScale ( ICollection oFanMotifs ) : void
oFanMotifs ICollection
return void

TryCalculateFanMotif() public method

public TryCalculateFanMotif ( IGraph oGraph, BackgroundWorker oBackgroundWorker, ICollection &oMotifs ) : System.Boolean
oGraph IGraph
oBackgroundWorker System.ComponentModel.BackgroundWorker
oMotifs ICollection
return System.Boolean

getPartitionerDescription() public method

public getPartitionerDescription ( ) : string
return string

tryPartition() public method

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