RuleSet
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
descriptionDescription of the RuleSet.
Valid values based on“string”. 255 (maxLength) version : nonNegativeIntThe version of the RuleSet. Cannot be negative.
Valid values based on“int”. 0 (minInclusive)
Content
Sequence of:
RuleSet_Rule [0..*] - An individual rule in a ruleset.
RuleSet_Rule
An individual rule in a ruleset.
Parent topic: references