FSM Lecture 84| Exercise-008:Implementation part 3
Exercise-008:Implementation part 3 Let's create the ctor for Clock_Alarm, which is already there, but the code is not present. We have to update the code for the…
Exercise-008:Implementation part 3 Let's create the ctor for Clock_Alarm, which is already there, but the code is not present. We have to update the code for the…
Exercise-008: Implementation part 2 Now, select Clock_Alarm:QHsm and convert this class into an active object. You have to go to the right-hand side and change the superclass…
Exercise-008:Implementation part 1 This was the model file of our exercise 007ClockAlarm, as shown in Figure 1. Here, I used Settings state, and under which I used…
Orthogonal state pattern This is about implementing the orthogonal regions. And here, we use container and component relationships. The orthogonal component state pattern is a design pattern…
Active Objects This article delves into the concept of Active Objects and how they can be effectively applied in software design. We'll discuss the limitations of traditional…
Implementing ALARM_NOTIFY state In this article, let's understand how the alarm notification is shown in this project. For that, I use a separate state called Alarm_Notify. In…