Uses of Interface
org.kuali.rice.krms.framework.engine.AgendaTree
Packages that use AgendaTree
-
Uses of AgendaTree in org.kuali.rice.krms.framework.engine
Classes in org.kuali.rice.krms.framework.engine that implement AgendaTreeModifier and TypeClassDescriptionfinal classAn implementation ofAgendaTreethat executes aExecutionEnvironmentover its list ofAgendaTreeEntrys.Constructors in org.kuali.rice.krms.framework.engine with parameters of type AgendaTreeModifierConstructorDescriptionBasicAgenda(Map<String, String> qualifiers, AgendaTree agendaTree) Create a BasicAgenda with the given qualifiers andAgendaTreeBasicAgendaTreeEntry(Rule rule, AgendaTree ifTrue, AgendaTree ifFalse) Create a BasicAgendaTreeEntry with the givenRuleand ifTrue, ifFalseAgendaTrees.SubAgenda(AgendaTree agendaTree) Create a SubAgenda with the givenAgendaTree