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(org.kuali.rice.krms.api.engine.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
public boolean evaluate(org.kuali.rice.krms.api.engine.ExecutionEnvironment environment) Description copied from interface:RuleEvaluate a givenExecutionEnvironment, returning true if the rules conditions pass, false if they do not.
-