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

All Known Implementing Classes:
BasicAgendaTreeEntry

public interface AgendaTreeEntry

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

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

Method Summary
 void execute(ExecutionEnvironment environment)
          Execute with the given ExecutionEnvironment
 

Method Detail

execute

void execute(ExecutionEnvironment environment)
Execute with the given ExecutionEnvironment

Parameters:
environment - ExecutionEnvironment to execute with


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