Use Case: Reconfigure
publish date: 1969/12/31 00:00:00 UTC
The 'Reconfigure' use case allows the control system to change the configuration of the weather station software. Which of the following correctly describes the Stimulus and Response for this use case?
Correct Answer
Explanation
The Reconfigure use case is initiated by the Control system (Actor), which sends commands specifying new configuration parameters such as data collection frequency or instrument settings. The weather station responds by acknowledging the command, reconfiguring itself (transitioning through the Configuring state in the state machine), and then returning to normal operation. The state diagram confirms reconfiguration is only allowed from the Shutdown state before returning to Running.
Reference
Software Engineering, Ian Sommerville, 10th edition
