C# 클래스 Simulation.ManualSim

Handmatige simulatie die vooral als een façade boven de applicatie hangt.
상속: ISim
파일 보기 프로젝트 열기: kajnelissen/Sedat

공개 메소드들

메소드 설명
FireFilters ( ) : void

Vuur filters

FirePipes ( ) : void

Vuur pipes

GetFilterInput ( string filter ) : List
GetFilterOutput ( string filter ) : List
ManualSim ( ) : System

ManualSim ( IPipeFilterFactory pf, IOrderFactory of ) : System

NewOrder ( ) : void

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

Simulate ( ) : void

Simuleert proces.

메소드 상세

FireFilters() 공개 메소드

Vuur filters
public FireFilters ( ) : void
리턴 void

FirePipes() 공개 메소드

Vuur pipes
public FirePipes ( ) : void
리턴 void

GetFilterInput() 공개 메소드

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

GetFilterOutput() 공개 메소드

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

ManualSim() 공개 메소드

public ManualSim ( ) : System
리턴 System

ManualSim() 공개 메소드

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

NewOrder() 공개 메소드

Maakt nieuw order en pusht deze naar eerste filter in proces.
public NewOrder ( ) : void
리턴 void

Simulate() 공개 메소드

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