The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
306 views

Representing a rule in a ruleset

How to represent rules for a rule engine as objects? A rule would be if (booleanExpression(input)) then a chain of generic actions" else next rule ...where the generic actions might be e.g. ...