Class BasicAgendaTree

java.lang.Object
org.kuali.rice.krms.framework.engine.BasicAgendaTree
All Implemented Interfaces:
AgendaTree

public final class BasicAgendaTree extends Object implements AgendaTree
An implementation of AgendaTree that executes a ExecutionEnvironment over its list of AgendaTreeEntrys.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

  • Method Details

    • execute

      public void execute(org.kuali.rice.krms.api.engine.ExecutionEnvironment environment)
      Description copied from interface: AgendaTree
      Execute with the given @{link ExecutionEnvironment}
      Specified by:
      execute in interface AgendaTree
      Parameters:
      environment - ExecutionEnvironment to execute with