- 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
-
- readTestCases(String) - Method in class com.openrules.ruleengine.DecisionData
-
Reads an array of test cases from Excel table of the type "DecisionTableTest" called "decisionTests"
- 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
-
- RuleEngine - Class in com.openrules.ruleengine
-
- RuleEngine(IOpenSourceCodeModule, IUserContext) - Constructor for class com.openrules.ruleengine.RuleEngine
-
- RuleMethod - Interface in com.openrules.ruleengine
-
- 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
-
- run(Object[]) - Method in interface com.openrules.ruleengine.RuleMethod
-