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, setUsed
protected 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 GenericSimulationEvent
public String getType()
getType
in interface SimulationEvent
getType
in class GenericSimulationEvent
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.