org.kuali.rice.krms.framework.engine
Class BasicContext
java.lang.Object
   org.kuali.rice.krms.framework.engine.BasicContext
org.kuali.rice.krms.framework.engine.BasicContext
- All Implemented Interfaces: 
- Context
- public final class BasicContext 
- extends Object- implements Context
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BasicContext
public BasicContext(List<Agenda> agendas,
                    List<TermResolver<?>> termResolvers)
execute
public void execute(ExecutionEnvironment environment)
- Description copied from interface: Context
- Execute with the given ExecutionEnvironment
 
- 
- Specified by:
- executein interface- Context
 
- 
 
getTermResolvers
public List<TermResolver<?>> getTermResolvers()
- Description copied from interface: Context
- Return a list of the TermResolvers
 
- 
- Specified by:
- getTermResolversin interface- Context
 
- 
- Returns:
- List>
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.