-
v1.4.0-added-method-remove-train9f4022eb · ·
Added method for removing a train in UserInterface, added method for removing train.
-
v1.3.0-added-methods-switchabae41e1 · ·
Added switch in addTrain method, added options to let user exit loop if prompted.
-
v1.2.7-updates-user-interface965ff664 · ·
Updates to methods, methods lets user go in loop till correct data is entered.
-
v1.2.6-refactor-methods-user-interface37e12136 · ·
Added 2 new methods for UserInterface class, refactored addTrack and addDelay methods.
-
1.2.5-refactor-method-user-interface7b2b79ec · ·
Refactored addTrain method in UserInterface, added several userInput methods in UserInterface class.
-
v0.2.3-updates-to-train-departure7a00e24c · ·
Added updates to TrainDeparture class, constructor replaced isEmpty() with isBlank().
-
v1.2.4-updates-user-interface-method-util-classebcb3f96 · ·
Added new method in Util class for handling letter formatting, updated method in UserInterface for method addTrain, the user has opportunity to type 0 to exit program now in method.
-
v1.2.3-refactor-to-string-methode791e934 · ·
Refactor toString method, added toTrainTable method, added methods in Util class for table format.
-
-
v1.2.1-updates-to-methods-boolean-clocke0872050 · ·
Updates to clock method in TrainRegister, changed method to a boolean type, user cannot add train before current time.
-
v1.2.0-updates-methods-class-variableddddde5c · ·
Addedd methods for UserInterface class, changed from streams to contains, regex variables changed to class variables
-
v1.1.0-methods-userinterface-trainregister-clock199294f8 · ·
Added the rest of the methods for switch, added clock for system, added methods in trainregister
-
v0.9.0-methods-added-train-sort-liste3400c3e · ·
Added methods in TrainRegister for sorting list, added methods in UserInterface that corresponds to UserMenu.
-
v0.7.1-update-enhanced-switchf114be4f · ·
Update to switch from traditional style to enhanced with arrows
-
v0.8.0-show-information-method-class-variable5ecb3d9f · ·
Added method in UserInterface for showInformation, added method for sorting list in TrainRegister, added class variable in UserInterface
-
v0.2.2-updated-exceptions-instance-variable16538881 · ·
Removed few unnecessary mutator methods, replaced trainDetails method with a toString, updated constructor and mutator methods with throws exceptions, changed instance variable from int to String accordingly.
-
v0.7.0-added-advanced-switch-statemente8668160 · ·
Added advanced switch statement in UserInterface class
-
v0.6.0-added-test-class5eb5876b · ·
added test class for TrainDeparture class, tested several mutator methods.
-
-
v0.5.0-train-register-list716c0fee · ·
created new TrainRegister class, added immatubel list trainRegister, added another constructor in TrainDeparture