1.3 Airline Learning Activity
Options
Display
Use dark mode
Accessibility
Use lettered diagram markers
Adds letters such as N so diagram meaning is not conveyed by color alone.
Progress
Reset Progress
Create a Class Diagram (Coming Soon)
1.3.8 Methods in UML Class Diagrams
Open your Airline 1.2 Assignment
Add the DeplaneArrival method to the Airport class
Add the ConfirmArrival method to the Gate class
Add the CommunicateGate method to the Jet class
Add the OpenCargoDoor method to the Jet class
Add the TaxiToGate method to the Jet class
Add a field to the Gate class of type Jet named Plane
Go to top
Create a Sequence Diagram based on the information below.
1.3.9 Sequence Diagrams
1.3.6 Creating a Sequence Diagram in Violet
Add a lifeline for the MainWindow object, which is an instance of type Window.
Add an activation bar to the MainWindow lifeline.
Add a lifeline for the Airport object, which is an instance of type Airport.
Add a method call from the MainWindow activation bar to the Airport lifeline called, DeplaneArrival().
Add a lifeline for the Airplane object, which is an instance of type Jet.
Add a method call from the Airport activation bar to to the Airplane lifeline called CommunicateGate().
Add a method call from the Airplane activation bar to the Airplane activation bar called TaxiToGate().
Add a method call from the Airport activation bar to the Airplane lifeline called, OpenCargoDoor().
Create a lifeline for the GateA object, which is an instance of Gate.
Add a method call from the Airport activation bar to the GateA lifeline called, ConfirmArrival().
Go to top
Save diagrams and submit to Feedback System.
Save the diagram by clicking
File | Save
in Violet.
Make sure the naming convention of the .html files is: Airline 1.3 LastName
Ensure that Violet adds the proper extensions to the files when saving.
Zip the html file and submit the .zip file to the Feedback System.
Feedback System
Make sure the naming convention of the .zip file is: Airline 1.3 LastName
Correct any mistakes based on Feedback.
1.3.14 Resolving Feedback System Sequence Diagram Errors
Re-open file in Violet.
Correct any errors based upon feedback returned.
Save.
Re-zip the .html file.
Re-submit to Feedback System.
Repeat the process as necessary until all feedback is resolved.
Submit the resulting Feedback to Canvas as a URL.
Go to top