-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatement.txt
39 lines (34 loc) · 1.35 KB
/
statement.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
Team:
Andrew Carr (n9172190)
Mitchell Harvey (n9453270)
Contribution Summary:
Andrew Carr
• asgn2Passengers
• asgn2Tests [Aircraft]
- A380Tests
- AircraftTests
- B747Tests
• asgn2Simulators [GUI]
- ChartPanel
- GUISimulator
- SimulationRunner
Mitchell Harvey
• asgn2Aircraft
• asgn2Tests [Passenger]
- BusinessTests
- EconomyTests
- FirstTests
- PassengerTests
- PremiumTests
• asgn2Simulators [Simulation]
- GUISimulator
- ChartPanel
Summary Agreement Statement:
We (Andrew & Mitchell) hereby declare that the summary (as written above) is true, correct and fully discloses the contrubutions to the assessment.
Attempt:
The charting version of the GUI has been attempted.
The GUI showcases a start page, simulation log, line graph, and bar chart.
Known Bugs:
- Associate Professor James M Hogan keeps appearing on the start screen.
Final Statements:
- In future revisions of the application, we would choose to refactor the asgn2Simulators package such that SimulationRunner be the controller for all data and the GUI. In our current implementation, code is duplicated from it's runSimulation() method for a custom implementation. In a future revision of the software, static classes should be implemented for GUISimulator to interface with.