addRuleExecution method

void addRuleExecution(
  1. RuleExecution ruleExecution
)

Agregar ejecución de regla al evento

Implementation

void addRuleExecution(RuleExecution ruleExecution) {
  ruleExecutions.add(ruleExecution);
}