AbstractThe formula that will be evaluated with the enriched data
The options given to this plugin
AbstractenrichEnriches the data for the child formula
The original data for evaluation
Optionallogger: LoggerOptionally pass a logger
The enriched data that is then used to evaluate the child formula
Evaluates the formula with the given data
The data that's used for evaluation
AbstractgetGet the name of the plugin
AbstractgetGet the version of the plugin
InternalPrepares object for conversion into rita json
Check if the formula is valid
When a rule is evaluated, the
enrichDatafunction is called and the data to evaluate against is passed to this plugin. The plugin is supposed to create its own data (or enrich the data object that is passed to it) and return it. This new object will then be used to evaluate the formula inside the plugin