Class FalseTriggeredRule
java.lang.Object
org.kuali.rice.krms.framework.engine.BasicRule
org.kuali.rice.krms.framework.engine.FalseTriggeredRule
- All Implemented Interfaces:
Rule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanshouldExecuteAction(boolean ruleExecutionResult) Based on the ruleExecutionResult should theActionbe executed?
-
Constructor Details
-
FalseTriggeredRule
- Parameters:
proposition-actions-
-
-
Method Details
-
shouldExecuteAction
protected boolean shouldExecuteAction(boolean ruleExecutionResult) Description copied from class:BasicRuleBased on the ruleExecutionResult should theActionbe executed? Default behavior is to return the given ruleExecutionResult. Over-writable by subclasses.- Overrides:
shouldExecuteActionin classBasicRule- Parameters:
ruleExecutionResult- the result of the engines evaluation method.- Returns:
- boolean should the action execute
-