| Package | Description |
|---|---|
| org.processmining.materialhandlingsystems.common.log | |
| org.processmining.materialhandlingsystems.common.logutils |
| Modifier and Type | Method and Description |
|---|---|
IEvent |
ITrace.getEnd() |
IEvent |
ITrace.getEvent(int index) |
IEvent |
ITrace.getStart() |
IEvent |
IEvent.rename(java.lang.String newLabel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IEvent> |
ITrace.getEvents() |
java.util.LinkedList<org.apache.commons.lang3.tuple.Pair<IEvent,ITrace>> |
IImmutableLog.getSortedEventsWithTraces()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ITrace.isLastEvent(IEvent e) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<org.apache.commons.lang3.tuple.Pair<java.lang.String,java.lang.String>,java.util.List<org.apache.commons.lang3.tuple.Pair<IEvent,ITrace>>> |
LogUtils.getSortedPathMap(IImmutableLog log)
Get lists of sorted events for every observed path (an edge between to adjacent nodes)
|
| Constructor and Description |
|---|
PathDurationCapacity(java.util.List<org.apache.commons.lang3.tuple.Pair<IEvent,ITrace>> sortedEvents) |