- evaluateMap(String, String, String) - Method in class com.openrules.ruleengine.Decision
-
Finds a map associated in the glossary with the name "mapName" and checks
if it contains the same value as "value" for the key "key"
- execute() - Method in class com.openrules.ruleengine.Decision
-
This method executes this decision by running a related OpenRulesEngine
for the Excel's method with the decision's name
- execute(boolean) - Method in class com.openrules.ruleengine.Decision
-
This method executes this decision by running a related OpenRulesEngine
for the Excel's method with the decision's name.
- execute(String) - Method in class com.openrules.ruleengine.Decision
-
This method executes this decision by running a related OpenRulesEngine
for the Excel's method passed as a parameter.
- execute(String, Object[]) - Method in class com.openrules.ruleengine.Decision
-
This method executes this decision by running a related OpenRulesEngine
for the Excel's method "methodName" with parameters defined by the array
"params".
- execute(String, Object) - Method in class com.openrules.ruleengine.Decision
-
This method executes this decision by running a related OpenRulesEngine
for the Excel's method "methodName" with one parameter "param".
- executeWithBusinessMaps() - Method in class com.openrules.ruleengine.Decision
-
- ExternalRules - Class in com.openrules.ruleengine
-
- ExternalRules() - Constructor for class com.openrules.ruleengine.ExternalRules
-
- ExternalRules(List) - Constructor for class com.openrules.ruleengine.ExternalRules
-