This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
54 lines (32 loc) · 1.65 KB
/
README.txt
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# SYSC3303B2G4
SYSC 3303 B2 Group 4 Project Simulation of Elevator system.
Tamer Ibrahim
Jordan Peterkin
Benjamin Ransom
Mario Shebib
Project Iteration 1
SYSC 3303 B2
naming convention
-Config : A class that is named to reflect the purpose of the class which is to configure values that will be used in the three subystems.
-Elevator : This thread is named after the subsystem it controls which is the elevator subsystem which is focused on the movement of the elevator and it's position.
-ElevatorData : This is a text file with some sample data that is used to test the project.
-Floor : This is a thread that is named after the fact that it is in charge of the Floor subsystem which reads and interprets the inputs of which floor is the destination as well as what is the time and current floor.
-Scheduler : This class is named for being in charge of the scheduler subsystem which communicates with the Floor and Elevator Subsystems to give them the necessary information to run properly.
Set up Instructions.
1. Extract all files including this one from zip file SYS3303B2Group4_ProjectIteration1.zip
2. Open Eclipse, Ideally Eclipse Java 2019-06 that is running Java 1.8.0 Standard
3. Select "Open Projects from File System..." and click on SYS3303B2Group4_ProjectIteration1 as directory and press finish.
4. Run Scheduler.java
Files/Folders in zip folder :
1) ProjectIteration1
1.a)Config.java
1.c)ElevatorData.txt
1.d)Floor.java
1.f)Scheduler.java
2. README.txt
3. UMLClassDiagram.png
Task Distribution Iteration 1:
Tamer Ibrahim : Class Diagram creation
Jordan Peterkin : Coder
Benjamin Ransom : Coder
Mario Shebib : JavaDoc, comments and README.txt creation