actions: Compute the rule association during relus load

This commit is contained in:
Felipe Zimmerle
2020-05-18 15:08:17 -03:00
parent 58407720dc
commit 9b54b8e8ae
74 changed files with 718 additions and 374 deletions

View File

@@ -35,7 +35,6 @@ class TimeWDay : public Variable {
m_retName("TIME_WDAY") { }
void evaluate(Transaction *transaction,
RuleWithActions *rule,
std::vector<const VariableValue *> *l) override;
std::string m_retName;
};