Skip to content

Commit

Permalink
ActionType is now a member of class Statemachine
Browse files Browse the repository at this point in the history
  • Loading branch information
dziegel committed Aug 23, 2024
1 parent 7114f9f commit 749a7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/src/generator/Transformations.egl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[%
operation Tuple transformStatemachine() {
self.transition_type = "Transition";
self.transition_action_type = "Transition::ActionType";
self.transition_action_type = "ActionType";
self.state_type = "State";
self.history_state_type = "HistoryState";
self.event_type = "Event";
Expand Down

0 comments on commit 749a7fe

Please sign in to comment.