Create and print the TRAINING CALENDAR sequence diagram. Add the Faculty actor in the upper left corner

Question:

Create and print the TRAINING CALENDAR sequence diagram. Add the Faculty actor in the upper left corner of the diagram and then the following classes from left to right along the top of the diagram:

a. Display Training Classes interface class

b. Display Training Classes control class

c. Class entity class

d. Course entity class

Add the following messages between the classes or the actor to the class:

a. Load Training Calendar Web page from Faculty to the Display Training Classes interface class.

b. SendWebPageURL from Display Training Classes to Display Training Classes Controller.

c. GetClass() from the controller to the Class entity class.

d. Return classList from the Class entity class to the controller.

e. GetCourseDescription() from the controller to the Course entity class.

f. Return courseDescription from the Course entity class to the controller.

g. Update courseList from the controller class to the Display Training Classes interface class.

h. Lab Software Web Page from the Display Training Classes interface class to the actor.

i. Change Month/Year from the actor to the Display Training Classes interface class.

j. A self transition on the Display Training Classes interface class (using JavaScript to update the calendar).

k. New Calendar from the Display Training Classes interface class to the actor.

l. Change Date from the actor to the Display Training Classes interface class.

m. GetNewClass() from the Display Training Classes to the controller.

n. Repeat steps C through G.

o. Course List Available from the Display Training Classes interface class to the actor.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question

Systems Analysis and Design

ISBN: 978-0133023442

9th edition

Authors: Kenneth E. Kendall, Julie E. Kendall

Question Posted: