C# 클래스 Analyzer.FanMotifDetector

상속: GroupDetectorBase
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 메소드들

메소드 설명
FanMotifDetector ( ) : Smrf.AppLib
TryCalculateFanMotif ( IGraph oGraph, BackgroundWorker oBackgroundWorker, ICollection &oMotifs ) : System.Boolean
getPartitionerDescription ( ) : string
tryPartition ( IGraph graph, BackgroundWorker bgw, Groups &results ) : bool

보호된 메소드들

메소드 설명
SetFanMotifArcScale ( ICollection oFanMotifs ) : void

메소드 상세

FanMotifDetector() 공개 메소드

public FanMotifDetector ( ) : Smrf.AppLib
리턴 Smrf.AppLib

SetFanMotifArcScale() 보호된 메소드

protected SetFanMotifArcScale ( ICollection oFanMotifs ) : void
oFanMotifs ICollection
리턴 void

TryCalculateFanMotif() 공개 메소드

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

getPartitionerDescription() 공개 메소드

public getPartitionerDescription ( ) : string
리턴 string

tryPartition() 공개 메소드

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