C# 클래스 Simulation.AutoSim

Simuleert automatisch het productieproces van desktops en laptops.
상속: ISim
파일 보기 프로젝트 열기: kajnelissen/Sedat

공개 메소드들

메소드 설명
AutoSim ( ) : System

AutoSim ( IPipeFilterFactory pf, IOrderFactory of ) : System

GetFilterInput ( string filter ) : List
GetFilterOutput ( string filter ) : List
Simulate ( ) : void

Simuleert proces.

비공개 메소드들

메소드 설명
FireFilters ( object source, System.Timers.ElapsedEventArgs e ) : void

Vuur filters

FirePipes ( object source, System.Timers.ElapsedEventArgs e ) : void

Vuur pipes

NewOrder ( object source, System.Timers.ElapsedEventArgs e ) : void

Maakt nieuw order en pusht deze naar eerste filter in proces.

메소드 상세

AutoSim() 공개 메소드

public AutoSim ( ) : System
리턴 System

AutoSim() 공개 메소드

public AutoSim ( IPipeFilterFactory pf, IOrderFactory of ) : System
pf IPipeFilterFactory
of IOrderFactory
리턴 System

GetFilterInput() 공개 메소드

public GetFilterInput ( string filter ) : List
filter string
리턴 List

GetFilterOutput() 공개 메소드

public GetFilterOutput ( string filter ) : List
filter string
리턴 List

Simulate() 공개 메소드

Simuleert proces.
public Simulate ( ) : void
리턴 void