|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krms.framework.engine.BasicAgendaTreeEntry
public final class BasicAgendaTreeEntry
A AgendaTreeEntry
which executes its ifTrue AgendaTree
if the given Rule
result is true or
its ifFalse AgendaTree
if the result is false.
Constructor Summary | |
---|---|
BasicAgendaTreeEntry(Rule rule)
Create a BasicAgendaTreeEntry with the given Rule . |
|
BasicAgendaTreeEntry(Rule rule,
AgendaTree ifTrue,
AgendaTree ifFalse)
Create a BasicAgendaTreeEntry with the given Rule and ifTrue, ifFalse AgendaTree s. |
Method Summary | |
---|---|
void |
execute(ExecutionEnvironment environment)
Execute with the given ExecutionEnvironment |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicAgendaTreeEntry(Rule rule)
Rule
.
rule
- Rule
to create the BasicAgendaTreeEntry with.
IllegalArgumentException
- if the rule is null.public BasicAgendaTreeEntry(Rule rule, AgendaTree ifTrue, AgendaTree ifFalse)
Rule
and ifTrue, ifFalse AgendaTree
s.
rule
- Rule
to create the BasicAgendaTreeEntry with.ifTrue
- executed if the given rule's result is true.ifTrue
- executed if the given rule's result is false.
IllegalArgumentException
- if the rule is null.Method Detail |
---|
public void execute(ExecutionEnvironment environment)
AgendaTreeEntry
ExecutionEnvironment
execute
in interface AgendaTreeEntry
environment
- ExecutionEnvironment
to execute with
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |