C# 클래스 LiftController.Floor

상속: Sprite
파일 보기 프로젝트 열기: JoinPatterns/ScalableJoins 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Arrived Asynchronous.Channel
Down Asynchronous.Channel
PersonArrived Ack>>.Asynchronous.Channel
PersonDeparted Asynchronous.Channel
Up Asynchronous.Channel
mDownButton System.Windows.Forms.Button
mDownButtonBackColor Color
mNum int
mUpButton System.Windows.Forms.Button
mUpButtonBackColor Color

공개 메소드들

메소드 설명
Floor ( List lifts, Int32 floor ) : System
RedrawUnderViewLock ( System.TimeSpan t, Graphics g ) : void
Reserve ( Dir dir ) : Lift

비공개 메소드들

메소드 설명
WaitTimes ( Dir dir ) : WaitTime>>.List

메소드 상세

Floor() 공개 메소드

public Floor ( List lifts, Int32 floor ) : System
lifts List
floor System.Int32
리턴 System

RedrawUnderViewLock() 공개 메소드

public RedrawUnderViewLock ( System.TimeSpan t, Graphics g ) : void
t System.TimeSpan
g System.Drawing.Graphics
리턴 void

Reserve() 공개 메소드

public Reserve ( Dir dir ) : Lift
dir Dir
리턴 Lift

프로퍼티 상세

Arrived 공개적으로 프로퍼티

public Asynchronous.Channel Arrived
리턴 Asynchronous.Channel

Down 공개적으로 프로퍼티

public Asynchronous.Channel Down
리턴 Asynchronous.Channel

PersonArrived 공개적으로 프로퍼티

public Asynchronous.Channel> PersonArrived
리턴 Ack>>.Asynchronous.Channel

PersonDeparted 공개적으로 프로퍼티

public Asynchronous.Channel PersonDeparted
리턴 Asynchronous.Channel

Up 공개적으로 프로퍼티

public Asynchronous.Channel Up
리턴 Asynchronous.Channel

mDownButton 공개적으로 프로퍼티

public Button,System.Windows.Forms mDownButton
리턴 System.Windows.Forms.Button

mDownButtonBackColor 공개적으로 프로퍼티

public Color mDownButtonBackColor
리턴 Color

mNum 공개적으로 프로퍼티

public int mNum
리턴 int

mUpButton 공개적으로 프로퍼티

public Button,System.Windows.Forms mUpButton
리턴 System.Windows.Forms.Button

mUpButtonBackColor 공개적으로 프로퍼티

public Color mUpButtonBackColor
리턴 Color