addRuleExecution method
Agregar ejecución de regla al evento
Implementation
void addRuleExecution(RuleExecution ruleExecution) {
ruleExecutions.add(ruleExecution);
}
Agregar ejecución de regla al evento
void addRuleExecution(RuleExecution ruleExecution) {
ruleExecutions.add(ruleExecution);
}