Class SimulationEngine

java.lang.Object
org.kuali.rice.kew.engine.StandardWorkflowEngine
org.kuali.rice.kew.engine.simulation.SimulationEngine
All Implemented Interfaces:
SimulationWorkflowEngine, WorkflowEngine

public class SimulationEngine extends StandardWorkflowEngine implements SimulationWorkflowEngine
A WorkflowEngine implementation which runs simulations. This object is not thread-safe and therefore a new instance needs to be instantiated on every use.
Author:
Kuali Rice Team (rice.collab@kuali.org)