C# 클래스 Doo.Machine.HTM.HTMBuilder

상속: System.Windows.Forms.Form, IAgent
파일 보기 프로젝트 열기: avogab/dooHTM 1 사용 예제들

공개 메소드들

메소드 설명
GetOutput ( ) : object
HTMBuilder ( IDirector director ) : System
Initialize ( ) : bool
Log ( string msg ) : void
Step ( ) : bool

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

desiredLocalActivityTextBox_TextChanged ( object sender, EventArgs e ) : void
minSegmentActivityForLearningTextBox_TextChanged ( object sender, EventArgs e ) : void
minimumOverlapTextBox_TextChanged ( object sender, EventArgs e ) : void
regionWidthTextBox_TextChanged ( object sender, EventArgs e ) : void
segmentActivationThresholdTextBox_TextChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetOutput() 공개 메소드

public GetOutput ( ) : object
리턴 object

HTMBuilder() 공개 메소드

public HTMBuilder ( IDirector director ) : System
director IDirector
리턴 System

Initialize() 공개 메소드

public Initialize ( ) : bool
리턴 bool

Log() 공개 메소드

public Log ( string msg ) : void
msg string
리턴 void

Step() 공개 메소드

public Step ( ) : bool
리턴 bool