Uses of Class
ru.ewc.decita.Rule
Packages that use Rule
-
Uses of Rule in ru.ewc.decita
Methods in ru.ewc.decita that return RuleModifier and TypeMethodDescriptionRule.withCondition
(Condition condition) Adds aCondition
to this rule.Rule.withOutcome
(String outcome, String value) Adds an outcome to this rule.Constructors in ru.ewc.decita with parameters of type RuleConstructor parameters in ru.ewc.decita with type arguments of type RuleModifierConstructorDescriptionDecisionTable
(Iterable<Rule> rules) Ctor.DecisionTable
(Iterable<Rule> rules, Rule elserule) Ctor.