- readArray(String) - Method in class com.openrules.tools.XmlReader
-
- readDataInstances(String) - Method in class com.openrules.tools.Database
-
- readDataInstances(String) - Method in class com.openrules.tools.DatabaseMySQL
-
- readTestCases(String) - Method in class com.openrules.ruleengine.Decision
-
- removeChar(String, char) - Static method in class com.openrules.tools.Methods
-
- replaceTildeBound(String, char, int) - Static method in class com.openrules.tools.Methods
-
- resolveValue(String) - Method in class com.openrules.ruleengine.Glossary
-
- round(double, double) - Static method in class com.openrules.tools.Methods
-
- RuleProvider - Class in com.openrules.table.external
-
- RuleProvider(Object[][]) - Constructor for class com.openrules.table.external.RuleProvider
-
- RuleProvider(String[], Object[][]) - Constructor for class com.openrules.table.external.RuleProvider
-
- RuleProvider(String[], String[], Object[][]) - Constructor for class com.openrules.table.external.RuleProvider
-
- RuleProviderForObjects - Class in com.openrules.table.external
-
- RuleProviderForObjects(Objects[]) - Constructor for class com.openrules.table.external.RuleProviderForObjects
-
- RuleProviderForObjects(String[], Objects[]) - Constructor for class com.openrules.table.external.RuleProviderForObjects
-
- RuleProviderForObjects(String[], String[], Objects[]) - Constructor for class com.openrules.table.external.RuleProviderForObjects
-
- RuleTable - Class in com.openrules.table.external
-
- RuleTable(String, String, String[], String[], String[][]) - Constructor for class com.openrules.table.external.RuleTable
-
A constructor for a decision table
- RuleTable(String, String, IRuleProvider) - Constructor for class com.openrules.table.external.RuleTable
-
- run() - Method in class com.openrules.ruleengine.OpenRulesEngine
-
Run the engine with already defined methods and business objects
- run(String, boolean) - Method in class com.openrules.ruleengine.OpenRulesEngine
-
Run the engine with the method "methodName" that does not
have parameters.
- run(String) - Method in class com.openrules.ruleengine.OpenRulesEngine
-
Run the engine with the method "methodName" without parameters.
- run(Object[]) - Method in class com.openrules.ruleengine.OpenRulesEngine
-
Run the engine with already define method applied to the array of
business objects provided as a parameter
- run(Decision) - Method in class com.openrules.ruleengine.OpenRulesEngine
-
This method is equivalent to run(decision.getName(), decision);
- run(String, Object[], boolean) - Method in class com.openrules.ruleengine.OpenRulesEngine
-
- run(String, Object[]) - Method in class com.openrules.ruleengine.OpenRulesEngine
-
Run the engine with the method "methodName" applied to the array of
business objects provided as a parameter "objects".
- run(String, Object) - Method in class com.openrules.ruleengine.OpenRulesEngine
-
Run the engine with the method "methodName" applied to only one
business object provided as a parameter "object".
- run(String, Object, boolean) - Method in class com.openrules.ruleengine.OpenRulesEngine
-