+
Point of view
All features
class PARKING_SIMULATOR
Summary
Main command-loop to simulate the PARKING example (compile and run this file).
Direct parents
Insert list: ANY
Overview
Creation features
{ANY}
Features
{}
make
effective procedure
{}
error_flag: BOOLEAN
writable attribute
{}
Used to signal an input error.
integer_from (string: STRING): INTEGER_32
effective function
{}
require
  • string /= Void
real_from (string: STRING): REAL_64
effective function
{}
require
  • string /= Void
help_text: STRING
is " Commands: ------------------------------------ ? display this help q Quit this simulator T display current Time t <i> add <i> minutes to the current time a Arrival of a new car into the parking d <i> Departure of the car number <i> l <i> number of cars at Level <i> H [<x>] display / change Hour parking price with <x> c total Count of cars in the whole parking ------------------------------------ "
constant attribute
{}