public interface IAction
| Modifier and Type | Method and Description |
|---|---|
void |
execute(IOAVState state,
IVariableAssignments assignments)
Execute the action on the given state using the given variable
assignments.
|
void execute(IOAVState state, IVariableAssignments assignments)