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

An implementation of Context

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

Constructor Summary
BasicContext(List<Agenda> agendas, List<TermResolver<?>> termResolvers)
          Create a BasicContext with the given parameters
 
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)
Create a BasicContext with the given parameters

Parameters:
agendas - List<Agenda}> to set the agendas to
termResolvers - List<TermResolver> to set the termResolvers to
Method Detail

execute

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

Specified by:
execute in interface Context
Parameters:
environment - ExecutionEnvironment to execute with

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-2013 The Kuali Foundation. All Rights Reserved.