| Constructor and Description | 
|---|
| SubAgenda(AgendaTree agendaTree)Create a SubAgenda with the given  AgendaTree | 
| 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. | 
public SubAgenda(AgendaTree agendaTree)
AgendaTreeagendaTree - AgendaTree to create the SubAgenda with.public boolean evaluate(ExecutionEnvironment environment)
RuleExecutionEnvironment, returning true if the rules conditions pass, false if they do not.evaluate in interface Ruleenvironment - ExecutionEnvironmentExecutionEnvironment the rule's conditions pass, false if they do notCopyright © 2005–2016 The Kuali Foundation. All rights reserved.