All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.statemachine.t.transitiontablecell Maven / Gradle / Ivy

There is a newer version: 2.7.3
Show newest version
.if ( cant_happen )
CANT_HAPPEN\
.elif ( event_ignored )
IGNORE\
.else
(event) -> {\
.if (has_txn_action)
${self.state_name}_${evt_name}_txn_to_${end_state_name}_action(${parameter_list});\
.end if
.if (has_entry_action)
${end_state_name}_entry_action(${state_parameter_list});\
.end if
return ${end_state_name};}\
.end if




© 2015 - 2025 Weber Informatics LLC | Privacy Policy