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?
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?