Package | Description |
---|---|
com.openrules.ruleengine |
Modifier and Type | Method and Description |
---|---|
DecisionExecutionPath |
Decision.getExecutionPath()
This method returns the existing or builds a new execution path for this decision
|
DecisionExecutionPath |
Decision.getExecutionPath(java.lang.String goal)
This method returns the existing or builds a new execution path for the "goal" (a decision variable)
|
DecisionExecutionPath |
Decision.getExecutionPathBuilder() |
DecisionExecutionPath |
Decision.getExecutionPathBuilder(java.lang.String goal) |
DecisionExecutionPath |
Decision.setExecutionPath(java.lang.String goal)
The same as getExecutionPath(goal)
|