public class FalseTriggeredRule extends BasicRule
| Constructor and Description | 
|---|
| FalseTriggeredRule(Proposition proposition,
                                    List<Action> actions) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | shouldExecuteAction(boolean ruleExecutionResult)Based on the ruleExecutionResult should the  Actionbe executed?  Default behavior is to return the given ruleExecutionResult. | 
public FalseTriggeredRule(Proposition proposition, List<Action> actions)
proposition - actions - protected boolean shouldExecuteAction(boolean ruleExecutionResult)
BasicRuleAction be executed?  Default behavior is to return the given ruleExecutionResult.
 Over-writable by subclasses.shouldExecuteAction in class BasicRuleruleExecutionResult - the result of the engines evaluation method.Copyright © 2005–2015 The Kuali Foundation. All rights reserved.