C# 클래스 UserInterface_Mockup_ICT4Reals.Remise.Parkingsystem

파일 보기 프로젝트 열기: marouanopen/ICT4Reals 1 사용 예제들

공개 메소드들

메소드 설명
ChangeTramStatus ( Tram tram ) : string

notimplemented

InsertTramNr ( int nr, int status ) : Rail

is used to determine the rail that a tram should be on

Parkingsystem ( ) : System

constructor

메소드 상세

ChangeTramStatus() 공개 메소드

notimplemented
public ChangeTramStatus ( Tram tram ) : string
tram Tram
리턴 string

InsertTramNr() 공개 메소드

is used to determine the rail that a tram should be on
public InsertTramNr ( int nr, int status ) : Rail
nr int the tram number that you want to know the rail it should be allocated to
status int the status of the tram
리턴 Rail

Parkingsystem() 공개 메소드

constructor
public Parkingsystem ( ) : System
리턴 System