- 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
-