|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.simulation.impl.events.GenericSimulationEvent
org.jbpm.simulation.impl.events.ActivitySimulationEvent
public class ActivitySimulationEvent
| Field Summary | |
|---|---|
protected String |
activityId
|
protected String |
activityName
|
protected long |
duration
|
| Fields inherited from class org.jbpm.simulation.impl.events.GenericSimulationEvent |
|---|
customMetrics, endTime, processId, processInstanceId, startTime, uuid |
| Constructor Summary | |
|---|---|
ActivitySimulationEvent(String processId,
long processInstanceId,
String activityName,
String activityId,
long duration,
long startTime,
long endTime)
|
|
| Method Summary | |
|---|---|
String |
getActivityId()
|
String |
getActivityName()
|
long |
getDuration()
|
String |
toString()
|
| Methods inherited from class org.jbpm.simulation.impl.events.GenericSimulationEvent |
|---|
addCustomMetric, getEndTime, getMetric, getProcessId, getProcessInstanceId, getStartTime, getUUID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String activityName
protected String activityId
protected long duration
| Constructor Detail |
|---|
public ActivitySimulationEvent(String processId,
long processInstanceId,
String activityName,
String activityId,
long duration,
long startTime,
long endTime)
| Method Detail |
|---|
public String getActivityName()
public String getActivityId()
public long getDuration()
public String toString()
toString in class GenericSimulationEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||