Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Anmk

Pages: [1]
1
Uml Process / Re: How to add multiple entry/exit actions to a state?
« on: November 13, 2021, 10:33:36 pm »
Yeah it seems logical.
But how about code generation?
If we cannot to add multiple operations of a class as entry actions in EA, I should define a new operation(e.g. stateXentryAction that is not an operation of my class) and call the operations (that I want to call when I enter the state) of my class inside the stateXentryAction operation. right?


2
Uml Process / How to add multiple entry/exit actions to a state?
« on: November 13, 2021, 08:47:19 pm »
Hi all,
I am designing a state chart for a class. one of the states in the state chart should do multiple actions as entry action.
I could add one action to the entry action of the state, but I don't know how can I add other actions to entry action field of the state.
Is this feature supported by EA (ver. 15.2) or we can only have one action per entry in each state?

Pages: [1]