Associate a class member with a states activities

Support

Greetings,

I am designing a state machine and have created the class diagram with a state machine class. I have also created a base class for states and two derived states. The base class has a state interface which includes DoEntry and DoExit. Each of my two derived states implements these functions and I would like to associate those class methods with the associated states. How is this done?

5 March 2025 18:44:48 John Wood

Add Comment

Dusan Rodina - softwareideas.net 6 March 2025 23:55:11

-

In the new version 14.90, the Method attribute will be added to UML class operations, allowing you to assign the same UML activity as for states and connect them this way.