437438439440441442443444445446447
actionsState[j] = ActionActiveState.Activated; } } } StatementSlot slot = new StatementSlot(); slot.statement = actions[it]; slot.parameters = actionParameters[it]; activeActions.add(slot); }