FSM Lecture 83| Exercise-008: Implementation part 2
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 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…
Exercise-007 Implementing ALARM_SETTING state In the previous article, I give you a task to complete this Alarm Setting state. Let me explain that in this article. I…