C# Class Analyzer.DConnectorMotifDetector

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

Public Methods

Method Description
DConnectorMotifDetector ( ) : Smrf.AppLib
DConnectorMotifDetector ( int iDMinimum, int iDMaximum ) : Smrf.AppLib
TryCalculateDConnectorMotifs ( IGraph oGraph, Int32 iDMinimum, Int32 iDMaximum, BackgroundWorker oBackgroundWorker, ICollection &oMotifs ) : System.Boolean
getPartitionerDescription ( ) : string
tryPartition ( IGraph graph, BackgroundWorker bgw, Groups &results ) : bool

Protected Methods

Method Description
AddSpanVertexToPotentialDConnectorMotifs ( IVertex oPotentialSpanVertex, ICollection oDPotentialAnchorVertices, DConnectorMotif>.Dictionary oPotentialDConnectorMotifs ) : void
DVerticesMightBeAnchors ( ICollection oVertices, Int32 iDMinimum, Int32 iDMaximum ) : System.Boolean
FilterDConnectorMotifs ( DConnectorMotif>.Dictionary oPotentialDConnectorMotifs ) : ICollection
SetDConnectorMotifSpanScale ( ICollection oDConnectorMotifs ) : void

Private Methods

Method Description
AddDConnectorMotif ( HashSet currentDConnectorMotifs, DConnectorMotif>.Dictionary verticesAlreadyInDConnectorMotifs, DConnectorMotif connectorMotifToAdd ) : void

Method Details

AddSpanVertexToPotentialDConnectorMotifs() protected method

protected AddSpanVertexToPotentialDConnectorMotifs ( IVertex oPotentialSpanVertex, ICollection oDPotentialAnchorVertices, DConnectorMotif>.Dictionary oPotentialDConnectorMotifs ) : void
oPotentialSpanVertex IVertex
oDPotentialAnchorVertices ICollection
oPotentialDConnectorMotifs DConnectorMotif>.Dictionary
return void

DConnectorMotifDetector() public method

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

DConnectorMotifDetector() public method

public DConnectorMotifDetector ( int iDMinimum, int iDMaximum ) : Smrf.AppLib
iDMinimum int
iDMaximum int
return Smrf.AppLib

DVerticesMightBeAnchors() protected method

protected DVerticesMightBeAnchors ( ICollection oVertices, Int32 iDMinimum, Int32 iDMaximum ) : System.Boolean
oVertices ICollection
iDMinimum System.Int32
iDMaximum System.Int32
return System.Boolean

FilterDConnectorMotifs() protected method

protected FilterDConnectorMotifs ( DConnectorMotif>.Dictionary oPotentialDConnectorMotifs ) : ICollection
oPotentialDConnectorMotifs DConnectorMotif>.Dictionary
return ICollection

SetDConnectorMotifSpanScale() protected method

protected SetDConnectorMotifSpanScale ( ICollection oDConnectorMotifs ) : void
oDConnectorMotifs ICollection
return void

TryCalculateDConnectorMotifs() public method

public TryCalculateDConnectorMotifs ( IGraph oGraph, Int32 iDMinimum, Int32 iDMaximum, BackgroundWorker oBackgroundWorker, ICollection &oMotifs ) : System.Boolean
oGraph IGraph
iDMinimum System.Int32
iDMaximum System.Int32
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