Class SubAgenda
java.lang.Object
org.kuali.rice.krms.framework.engine.SubAgenda
- All Implemented Interfaces:
Rule
A
Rule which executes it's AgendaTree given a @{link ExecutionEnvironment}.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
ConstructorsConstructorDescriptionSubAgenda(AgendaTree agendaTree) Create a SubAgenda with the givenAgendaTree -
Method Summary
Modifier and TypeMethodDescriptionbooleanevaluate(ExecutionEnvironment environment) Evaluate a givenExecutionEnvironment, returning true if the rules conditions pass, false if they do not.
-
Constructor Details
-
SubAgenda
Create a SubAgenda with the givenAgendaTree- Parameters:
agendaTree-AgendaTreeto create the SubAgenda with.
-
-
Method Details
-
evaluate
Description copied from interface:RuleEvaluate a givenExecutionEnvironment, returning true if the rules conditions pass, false if they do not.- Specified by:
evaluatein interfaceRule- Parameters:
environment- ExecutionEnvironment- Returns:
- true if given
ExecutionEnvironmentthe rule's conditions pass, false if they do not
-