Interface AgendaTree
- All Known Implementing Classes:
BasicAgendaTree
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
Modifier and TypeMethodDescriptionvoidexecute(ExecutionEnvironment environment) Execute with the given @{link ExecutionEnvironment}
-
Method Details
-
execute
Execute with the given @{link ExecutionEnvironment}- Parameters:
environment-ExecutionEnvironmentto execute with
-