C# Class UserInterface_Mockup_ICT4Reals.Remise.Parkingsystem

Afficher le fichier Open project: marouanopen/ICT4Reals Class Usage Examples

Méthodes publiques

Méthode 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 méthode

notimplemented
public ChangeTramStatus ( Tram tram ) : string
tram Tram
Résultat string

InsertTramNr() public méthode

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
Résultat Rail

Parkingsystem() public méthode

constructor
public Parkingsystem ( ) : System
Résultat System