public class ActivitySimulationEvent extends GenericSimulationEvent
| Modifier and Type | Field and Description |
|---|---|
protected String |
activityId |
protected String |
activityName |
protected long |
duration |
protected String |
type |
aggregatedEvent, customMetrics, endTime, processId, processInstanceId, startTime, used, uuid| Constructor and Description |
|---|
ActivitySimulationEvent(String processId,
long processInstanceId,
String activityName,
String activityId,
long duration,
long startTime,
long endTime,
String type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityId() |
String |
getActivityName() |
long |
getDuration() |
String |
getType() |
String |
toString() |
addCustomMetric, getAggregatedEvent, getEndTime, getMetric, getProcessId, getProcessInstanceId, getStartTime, getUUID, isUsed, setAggregatedEvent, setUsedprotected String activityName
protected String activityId
protected long duration
protected String type
public String getActivityName()
public String getActivityId()
public long getDuration()
public String toString()
toString in class GenericSimulationEventpublic String getType()
getType in interface SimulationEventgetType in class GenericSimulationEventCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.