Modifier and Type | Field and Description |
---|---|
protected Comparator<SimulationEvent> |
SimpleEventCalendarFactory.eventComparator |
protected Comparator<SimulationEvent> |
SimpleEventCalendar.eventComparator |
protected List<SimulationEvent> |
SimpleEventCalendar.eventList |
protected Collection<SimulationEvent> |
SimpleEventCalendarFactory.simulationEvents |
Modifier and Type | Method and Description |
---|---|
SimulationEvent |
SimulationEvent.Builder.build() |
SimulationEvent |
SimulationEvent.Factory.getObject() |
SimulationEvent |
SimpleEventCalendar.peekFirstEvent() |
SimulationEvent |
EventCalendar.peekFirstEvent() |
SimulationEvent |
SimpleEventCalendar.removeFirstEvent() |
SimulationEvent |
EventCalendar.removeFirstEvent() |
protected SimulationEvent |
AbstractSimulationRun.removeSimulationEvent() |
Modifier and Type | Method and Description |
---|---|
List<SimulationEvent> |
SimpleEventCalendar.getEvents() |
List<SimulationEvent> |
EventCalendar.getEvents() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleEventCalendar.addEvent(SimulationEvent event) |
void |
EventCalendar.addEvent(SimulationEvent event) |
int |
SimulationEventComparator.compare(SimulationEvent o1,
SimulationEvent o2) |
protected void |
AbstractSimulationRun.executeEvent(SimulationEvent event) |
void |
SimulationEventHandler.handle(SimulationEvent event)
execute event in the context
|
protected boolean |
SimpleSimulationRun.simulationEnd(SimulationEvent event) |
protected boolean |
ReplaySimulationRun.simulationEnd(SimulationEvent event)
simulation does not end - it can live forever.
|
protected abstract boolean |
AbstractSimulationRun.simulationEnd(SimulationEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleEventCalendar.addEvents(Collection<SimulationEvent> simulationEvents) |
Constructor and Description |
---|
SimpleEventCalendar(ClockReader clockReader,
Comparator<SimulationEvent> eventComparator) |
SimpleEventCalendarFactory(ClockReader clockReader,
Comparator<SimulationEvent> eventComparator) |
SimpleEventCalendarFactory(ClockReader clockReader,
Comparator<SimulationEvent> eventComparator,
Collection<SimulationEvent> simulationEvents) |
SimpleEventCalendarFactory(ClockReader clockReader,
Comparator<SimulationEvent> eventComparator,
Collection<SimulationEvent> simulationEvents) |
Constructor and Description |
---|
UserTaskExecutionListener(String typeToFind,
String typeToCreate,
Collection<SimulationEvent> events) |
Modifier and Type | Field and Description |
---|---|
protected List<Function<EventLogEntry,SimulationEvent>> |
EventLogTransformer.transformers |
protected List<Function<ActivitiEvent,SimulationEvent>> |
AbstractRecordActivitiEventListener.transformers |
Modifier and Type | Method and Description |
---|---|
SimulationEvent |
UserTaskCompleteTransformer.apply(ActivitiEvent event) |
SimulationEvent |
ProcessInstanceCreateTransformer.apply(ActivitiEvent event) |
SimulationEvent |
DeploymentCreateTransformer.apply(ActivitiEvent event) |
SimulationEvent |
EventLogUserTaskCompleteTransformer.apply(EventLogEntry event) |
SimulationEvent |
EventLogProcessInstanceCreateTransformer.apply(EventLogEntry event) |
Modifier and Type | Method and Description |
---|---|
Collection<SimulationEvent> |
InMemoryRecordActivitiEventListener.getSimulationEvents() |
abstract Collection<SimulationEvent> |
AbstractRecordActivitiEventListener.getSimulationEvents() |
protected Collection<SimulationEvent> |
AbstractRecordActivitiEventListener.transform(ActivitiEvent event) |
List<SimulationEvent> |
EventLogTransformer.transform(List<EventLogEntry> eventLog) |
protected Collection<SimulationEvent> |
EventLogTransformer.transformEntry(EventLogEntry event) |
Modifier and Type | Method and Description |
---|---|
protected void |
InMemoryRecordActivitiEventListener.store(Collection<SimulationEvent> simulationEvents) |
protected abstract void |
AbstractRecordActivitiEventListener.store(Collection<SimulationEvent> simulationEvents) |
Constructor and Description |
---|
AbstractRecordActivitiEventListener(List<Function<ActivitiEvent,SimulationEvent>> transformers) |
EventLogTransformer(List<Function<EventLogEntry,SimulationEvent>> transformers) |
InMemoryRecordActivitiEventListener(List<Function<ActivitiEvent,SimulationEvent>> transformers) |
Modifier and Type | Method and Description |
---|---|
void |
StartReplayProcessEventHandler.handle(SimulationEvent event) |
void |
StartReplayLogEventHandler.handle(SimulationEvent event) |
void |
StartProcessByKeyEventHandler.handle(SimulationEvent event) |
void |
StartProcessByIdEventHandler.handle(SimulationEvent event) |
void |
ScriptEventHandler.handle(SimulationEvent event) |
void |
NoopEventHandler.handle(SimulationEvent event) |
void |
DeployResourcesEventHandler.handle(SimulationEvent event) |
void |
DeployClasspathResourcesEventHandler.handle(SimulationEvent event) |
void |
AcquireJobNotificationEventHandler.handle(SimulationEvent event) |
Constructor and Description |
---|
StartReplayProcessEventHandler(String processInstanceId,
String eventTypeToReplay,
String eventTypeToSchedule,
Collection<SimulationEvent> events,
String processToStartIdKey,
String businessKey,
String variablesKey) |
Modifier and Type | Method and Description |
---|---|
void |
PlaybackUserTaskCompleteEventHandler.handle(SimulationEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ReplayUserTaskCompleteEventHandler.handle(SimulationEvent event) |
Copyright © 2016 Alfresco. All rights reserved.