C# Class UserInterface_Mockup_ICT4Reals.Remise.Parkingsystem

ファイルを表示 Open project: marouanopen/ICT4Reals Class Usage Examples

Public Methods

Method Description
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

Method Details

ChangeTramStatus() public method

notimplemented
public ChangeTramStatus ( Tram tram ) : string
tram Tram
return string

InsertTramNr() public method

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
return Rail

Parkingsystem() public method

constructor
public Parkingsystem ( ) : System
return System