public class SimulationEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SimulationEvent.Builder |
static class |
SimulationEvent.Factory |
| Modifier | Constructor and Description |
|---|---|
protected |
SimulationEvent(SimulationEvent.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority() |
Map<String,Object> |
getProperties() |
Object |
getProperty() |
Object |
getProperty(String name) |
long |
getSimulationTime() |
String |
getType() |
boolean |
hasSimulationTime() |
String |
toString() |
protected SimulationEvent(SimulationEvent.Builder builder)
Copyright © 2023 Flowable. All rights reserved.