Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Exercises For the Caldera user story (replicated at the end) that you worked on in the previous class activity it is necessary for it to

image text in transcribed
Exercises For the Caldera user story (replicated at the end) that you worked on in the previous class activity it is necessary for it to integrate with some timing entity because one of its main functions is to change the temperature of the thermostat based on a calendar/time schedule. This functionality can be performed by communicating periodically with a Clock object and checking to see if a temperature change is scheduled for that particular time. Below is a highlevel class diagram of the Caldera Controller and its relation to a Thermostat. 1 Add to the diagram a Clock Class and its association with the rest of the system. Include a label and quantity for the association. For the Clock class include the attributes and operators. 2. Add attribute and operator parameter and return types, as well as access modifiers. 3 For the Normal mode operation create a sequence diagram that captures the interactions and messaging among the three Objects (Caldera Controller. Thermostat, and Clock). Make certain to use the appropriate sequence diagram interaction fragments (i.e. loops, alt, etc.) and correct message types (asynchronous, synchronous.) Note: The details of comparing the time returned from the Clock to the schedule need not be captured. A Boolean that is checked if a temperature change required should suffice for example the use of an OPT [temperature Change] fragmentation would suffice. 4 For the Thermostat create a state diagram that captures the thermostats behaviour. 5 For the Caldera Controller create a state diagram that captures the changes in the mode of operation of the controller. Include some internal transition actions that could occur when in those states

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

9th Edition

B01JXPZ7AK, 9780805360479

More Books

Students also viewed these Databases questions