org.kuali.rice.krms.framework.engine
Interface AgendaTree

All Known Implementing Classes:
BasicAgendaTree, LazyAgendaTree

public interface AgendaTree

Interface for defining the execute method with a ExecutionEnvironment for an AgendaTree.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 void execute(ExecutionEnvironment environment)
          Execute with the given @{link ExecutionEnvironment}
 

Method Detail

execute

void execute(ExecutionEnvironment environment)
Execute with the given @{link ExecutionEnvironment}

Parameters:
environment - ExecutionEnvironment to execute with


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.