org.kuali.rice.krms.framework.engine
Class BasicContext

java.lang.Object
  extended by org.kuali.rice.krms.framework.engine.BasicContext
All Implemented Interfaces:
Context

public final class BasicContext
extends Object
implements Context


Constructor Summary
BasicContext(List<Agenda> agendas, List<TermResolver<?>> termResolvers)
           
 
Method Summary
 void execute(ExecutionEnvironment environment)
          Execute with the given ExecutionEnvironment
 List<TermResolver<?>> getTermResolvers()
          Return a list of the TermResolvers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicContext

public BasicContext(List<Agenda> agendas,
                    List<TermResolver<?>> termResolvers)
Method Detail

execute

public void execute(ExecutionEnvironment environment)
Description copied from interface: Context
Execute with the given ExecutionEnvironment

Specified by:
execute in interface Context

getTermResolvers

public List<TermResolver<?>> getTermResolvers()
Description copied from interface: Context
Return a list of the TermResolvers

Specified by:
getTermResolvers in interface Context
Returns:
List>


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