You are deep into the analysis phase. You have finished both the Functional Modeling (activity diagram, use case diagram, and use case description) and the Structural Modeling (class diagram and the CRC cards). Now you are ready to move into the Behavioral Modeling where you will model the behavior or the objects that make up the VACATION MOTORS system.
In this week, you will use your functional and structural models as the basis for your behavioral models that need to be developed for the VACATION MOTORS system. Specifically, your deliverables for this week are designed to develop these two behavioral diagrams for the Complete Arrangements use case.
1.Sequence diagram
2.Communication diagram
In addition, you will also need to create a state machine diagram for the Purchase Request class.
These behavioral model and diagrams are major milestones in your architectural and design work. They give you your first opportunity to verify that your use case (in this case, Create Purchase Request) could actually be implemented using the objects of your class diagram design. If you reach this verification, then you are done with the analysis phase of your VACATION MOTORS project.
Deliverables
1.Sequence diagram for the Create Purchase Request use case
2.Communication diagram for the Create Purchase Request use case
3.State Machine diagram for a Purchase Request object
i L A B S T E P S
STEP 1: Watch MY iConnect Live Lecture
1.Watch my recorded iConnect Live Lecture. I will show how to use RSA and Visio for each type of model.
STEP 2: Generate the Sequence Diagram
1.Create a sequence diagram for the Purchase Request use case using the Rational Software Architect software in the Citrix iLab environment based on your functional and structural models. You can use Visio if you would like instead.
STEP 3: Generate a Communication Diagram
1.Create a communication diagram for the Purchase Request use case using the Rational Software Architect software in the Citrix iLab environment based on your functional and structural models. You can use Visio instead if you wish.
STEP 4: Generate an Object State Diagram
1.Create a state machine diagram for an object of the Purchase Request object using the Rational Software Architect software in the Citrix iLab environment based on your functional and structural models. This model will show the changes to the purchase request object from its creation to the end of its life in the system. You can use Visio if you wish instead.
STEP 5: Upload your Word Document to your Dropbox
Copy and paste all models into One Word document with the file name YourLastName_CIS339_Week4 and upload to your Dropbox.
———-
Added on 03.08.2016 17:53
Please use all of the following documents to complete the assignment. You will also need to have Micrososft Visio
Instruction files
week4.vm.ilab.directions_3_.docx(26,53 KiB)
vacationmotors.firsttwo.usecase.descriptions.2016_1_.docx(17,13 KiB)
week_4_vm.help.sequence_and_communication_diagram.2016_2_.docx(13,08 KiB)
week3.vacationmotors.solution_2_.docx(95,28 KiB)
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

