- checkAndSetRuleMethod(String) - Method in class com.openrules.ruleengine.OpenRulesEngine
-
- cleanErrors() - Method in class com.openrules.ruleengine.Decision
-
- com.openrules.ruleengine - package com.openrules.ruleengine
-
- compare(String, Oper, String) - Method in class com.openrules.ruleengine.Decision
-
Compares "value" with the value of the decision "name" using operator
"op"
- compare(String, Oper, String[]) - Method in class com.openrules.ruleengine.Decision
-
Checks if the value of the decision variable "name" is comparable with
elements of "compareValues" as defined by the operator "op"
- compare(String, String) - Method in class com.openrules.ruleengine.Decision
-
Checks if the value of the decision variable "name" is among elements of
"compareValues"
- compareBool(String, String, boolean) - Method in class com.openrules.ruleengine.Decision
-
Compares a boolean "value" with the value of the variable "name" using
"op"
- compareBool(String, String, String) - Method in class com.openrules.ruleengine.Decision
-
Compares values of two boolean decision variables using "op"
- compareDate(String, String, Date) - Method in class com.openrules.ruleengine.Decision
-
Compares the value of the variable "name" with the "date"
- compareDate(String, String, String) - Method in class com.openrules.ruleengine.Decision
-
Compares values of two Date decision variables using "op"
- compareDomain(String, String, String) - Method in class com.openrules.ruleengine.Decision
-
- compareInt(String, String, int) - Method in class com.openrules.ruleengine.Decision
-
Compares the decision variable's value with the "value" using the
operator "op"
- compareInt(String, String, String) - Method in class com.openrules.ruleengine.Decision
-
Compares values of two integer decision variables
- compareReal(String, String, double) - Method in class com.openrules.ruleengine.Decision
-
Compares the decision variable's value with the "value" using the
operator "op"
- compareReal(String, String, String) - Method in class com.openrules.ruleengine.Decision
-
Compares values of two real decision variables
- compareString(String, String, String) - Method in class com.openrules.ruleengine.Decision
-
Compares "value" with the value of the decision "name" using "op"
- createBusinessMaps(String) - Method in class com.openrules.ruleengine.Decision
-