public class SimpleSimulationRun extends AbstractSimulationRun
Modifier and Type | Class and Description |
---|---|
static class |
SimpleSimulationRun.Builder |
Modifier and Type | Field and Description |
---|---|
protected Date |
dueDate |
protected EventCalendar |
eventCalendar |
protected Date |
simulationStartDate
simulation start date
|
eventHandlerMap, id, processEngine
Modifier | Constructor and Description |
---|---|
protected |
SimpleSimulationRun(SimpleSimulationRun.Builder builder) |
Modifier and Type | Method and Description |
---|---|
void |
close()
close simulation run
|
protected void |
initSimulationRunContext(VariableScope execution) |
protected boolean |
simulationEnd(SimulationEvent event) |
execute, executeEvent, init, initHandlers, removeSimulationEvent, runContinue, runTo, runTo, step
protected EventCalendar eventCalendar
protected Date simulationStartDate
protected Date dueDate
protected SimpleSimulationRun(SimpleSimulationRun.Builder builder)
public void close()
AbstractSimulationRun
close
in interface SimulationDebugger
close
in class AbstractSimulationRun
protected void initSimulationRunContext(VariableScope execution)
initSimulationRunContext
in class AbstractSimulationRun
protected boolean simulationEnd(SimulationEvent event)
simulationEnd
in class AbstractSimulationRun
Copyright © 2016 Alfresco. All rights reserved.