Type to start searching...

RuleSet

A set of rules to support run-time configurable business logic.

Description
Rules are a powerful and flexible way of providing run-time configurable business logic. NexJ's backwards chaining inference engine evaluates rules, in order, until all unknown variables are satisfied. At this point the result, or goal, is returned and sets an attribute on a class instance.
Properties
description

Description of the RuleSet.

Valid values based on“string”.
255 (maxLength)
version : nonNegativeInt

The version of the RuleSet. Cannot be negative.

Valid values based on“int”.
0 (minInclusive)
Content
  • Sequence of:

    • Rule [0..*] - An individual rule in a ruleset.