-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
27 lines (16 loc) · 819 Bytes
/
Copy pathREADME.txt
File metadata and controls
27 lines (16 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
*Written by Alex Randles (https://github.com/randlea2) & Kealan Thompson (https://github.com/kealant)
Compiling
**************************
javac *.java
Running
**************************
java Main -> will run a standard run with randomly generated people
java MainGUI -> will run the elevator with a GUI
java MainMultipleElevators -> will run the multiple elevators
java MainFault -> will create a fault within first 10 time units
java MainWeight -> will run the elevator with heavier people to show a weight fault
Output
**************************
nano output.dat -> display programs output
nano request.dat -> displays programs request
Thank you for reading!