public class ReplaySimulationRun extends AbstractSimulationRun
eventHandlerMap, id, processEngine| Constructor and Description |
|---|
ReplaySimulationRun(ProcessEngine processEngine,
EventCalendar eventCalendar,
Map<String,SimulationEventHandler> customEventHandlerMap) |
ReplaySimulationRun(ProcessEngine processEngine,
Map<String,SimulationEventHandler> customEventHandlerMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
do not affect existing engine
|
protected void |
initSimulationRunContext(VariableScope execution) |
protected boolean |
simulationEnd(SimulationEvent event)
simulation does not end - it can live forever.
|
execute, executeEvent, init, initHandlers, removeSimulationEvent, runContinue, runTo, runTo, steppublic ReplaySimulationRun(ProcessEngine processEngine, Map<String,SimulationEventHandler> customEventHandlerMap)
public ReplaySimulationRun(ProcessEngine processEngine, EventCalendar eventCalendar, Map<String,SimulationEventHandler> customEventHandlerMap)
protected void initSimulationRunContext(VariableScope execution)
initSimulationRunContext in class AbstractSimulationRunprotected boolean simulationEnd(SimulationEvent event)
simulationEnd in class AbstractSimulationRunevent - - is it end of the simulation run?public void close()
close in interface SimulationDebuggerclose in class AbstractSimulationRunCopyright © 2016 Alfresco. All rights reserved.