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, step
public 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 AbstractSimulationRun
protected boolean simulationEnd(SimulationEvent event)
simulationEnd
in class AbstractSimulationRun
event
- - is it end of the simulation run?public void close()
close
in interface SimulationDebugger
close
in class AbstractSimulationRun
Copyright © 2016 Alfresco. All rights reserved.