C# Class Analyzer.FanMotifDetector

Inheritance: GroupDetectorBase
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
SetFanMotifArcScale ( ICollection oFanMotifs ) : void

Method Details

FanMotifDetector() public méthode

public FanMotifDetector ( ) : Smrf.AppLib
Résultat Smrf.AppLib

SetFanMotifArcScale() protected méthode

protected SetFanMotifArcScale ( ICollection oFanMotifs ) : void
oFanMotifs ICollection
Résultat void

TryCalculateFanMotif() public méthode

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

getPartitionerDescription() public méthode

public getPartitionerDescription ( ) : string
Résultat string

tryPartition() public méthode

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