T - The type of events in the statechartU - The type of the state variable to modifypublic abstract class VariableAssignment<T extends Event,U> extends Action<T>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
m_variableName
The name of the variable to modify
|
| Constructor and Description |
|---|
VariableAssignment(java.lang.String var_name)
Creates a new variable assignment
|
Copyright © Sylvain HallĂ©. All Rights Reserved.