- build(Decision, String, String, boolean) - Static method in class com.openrules.ruleengine.DecisionBuilder
-
Builds an execution path for the "decision" using "goalNames", and saving it the
Excel file "goalFile".
- buildExecutionPath(String, String, boolean) - Method in class com.openrules.ruleengine.Decision
-
Builds an execution path and then create an Excel file 'decisionFile' with two tables:
- Decision , where "decisionName" is created by calling
getDecisionNameUsingGoal(decisionName)
- Environment that includes a reference to the main Excel file of this decision
- buildExecutionPath(String, String) - Method in class com.openrules.ruleengine.Decision
-
Calls buildExecutionPath(decisionName,decisionFile, false);
- BusinessMap - Interface in com.openrules.ruleengine
-
- BusinessMapImpl - Class in com.openrules.ruleengine
-
- BusinessMapImpl(String, DecisionObject) - Constructor for class com.openrules.ruleengine.BusinessMapImpl
-