Package | Description |
---|---|
org.activiti.crystalball.simulator |
Modifier and Type | Class and Description |
---|---|
class |
SimpleEventCalendar |
Modifier and Type | Field and Description |
---|---|
protected EventCalendar |
SimpleSimulationRun.eventCalendar |
Modifier and Type | Field and Description |
---|---|
protected org.springframework.beans.factory.FactoryBean<EventCalendar> |
SimpleSimulationRunFactory.eventCalendar |
protected static ThreadLocal<Stack<EventCalendar>> |
SimulationRunContext.eventCalendarThreadLocal |
Modifier and Type | Method and Description |
---|---|
static EventCalendar |
SimulationRunContext.getEventCalendar() |
EventCalendar |
SimpleSimulationRun.Builder.getEventCalendar() |
Modifier and Type | Method and Description |
---|---|
SimpleSimulationRun.Builder |
SimpleSimulationRun.Builder.eventCalendar(EventCalendar eventCalendar) |
static void |
SimulationRunContext.setEventCalendar(EventCalendar eventCalendar) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleSimulationRunFactory.setEventCalendar(org.springframework.beans.factory.FactoryBean<EventCalendar> eventCalendar) |
Constructor and Description |
---|
ReplaySimulationRun(ProcessEngine processEngine,
EventCalendar eventCalendar,
Map<String,SimulationEventHandler> customEventHandlerMap) |
Copyright © 2016 Alfresco. All rights reserved.