| Package | Description |
|---|---|
| org.processmining.plugins.mapvis.replay | |
| org.processmining.plugins.mapvis.visualize.workitem |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ActivityKey> |
State.domAlpha() |
| Modifier and Type | Method and Description |
|---|---|
ActivityState |
State.alpha(ActivityKey key) |
int |
ActivityKey.compareTo(ActivityKey key) |
WorkItemMeta |
State.getWorkItemMetaFor(ActivityKey key) |
java.lang.String |
State.getXML(java.util.Date timestamp,
java.lang.String activity,
java.lang.String cid,
ActivityKey activityKey) |
void |
State.setAlphaAt(ActivityKey key,
ActivityState activityState) |
void |
State.setWorkItemMetaFor(ActivityKey key,
WorkItemMeta workItemMeta) |
| Modifier and Type | Field and Description |
|---|---|
protected ActivityKey |
AbstractWorkItemDot.key |
| Modifier and Type | Method and Description |
|---|---|
ActivityKey |
AbstractWorkItemDot.getKey() |
| Constructor and Description |
|---|
AbstractWorkItemDot(byte state,
long creationTime,
ActivityKey key) |
HiddenWorkItemDot(byte state,
long creationTime,
ActivityKey key) |
InvalidWorkItemDot(byte state,
long creationTime,
ActivityKey key) |
MultiWorkItemDot(short x,
short y,
byte state,
boolean increasedSize,
long creationTime,
ActivityKey key) |
WorkItemDot(short x,
short y,
byte state,
long creationTime,
ActivityKey key) |