public interface Rule
ExecutionEnvironment
, returning true if its conditions pass, false if they do not.RuleDefinitionContract
,
RuleDefinition
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(ExecutionEnvironment environment)
Evaluate a given
ExecutionEnvironment , returning true if the rules conditions pass, false if they do not. |
boolean evaluate(ExecutionEnvironment environment)
ExecutionEnvironment
, returning true if the rules conditions pass, false if they do not.environment
- ExecutionEnvironmentExecutionEnvironment
the rule's conditions pass, false if they do notCopyright © 2005–2014 The Kuali Foundation. All rights reserved.