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
Action be executed? Default behavior is to return the given ruleExecutionResult. |
public FalseTriggeredRule(Proposition proposition, List<Action> actions)
proposition
- actions
- protected boolean shouldExecuteAction(boolean ruleExecutionResult)
BasicRule
Action
be executed? Default behavior is to return the given ruleExecutionResult.
Over-writable by subclasses.shouldExecuteAction
in class BasicRule
ruleExecutionResult
- the result of the engines evaluation method.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.