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