| Package | Description |
|---|---|
| org.processmining.materialhandlingsystems.common.log | |
| org.processmining.materialhandlingsystems.common.logutils |
| Modifier and Type | Method and Description |
|---|---|
ITrace |
ITrace.getSubCase(int begin,
int end,
java.lang.String newCaseId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedList<org.apache.commons.lang3.tuple.Pair<IEvent,ITrace>> |
IImmutableLog.getSortedEventsWithTraces()
Deprecated.
|
java.util.List<ITrace> |
IImmutableLog.getTraces() |
java.util.Map<java.lang.String,ITrace> |
IImmutableLog.getTracesMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
ILog.addTrace(ITrace trace) |
| Modifier and Type | Method and Description |
|---|---|
T |
ISimpleLogFactory.create(java.util.List<ITrace> traces) |
IImmutableLog |
SimpleImmutableLogFactory.create(java.util.List<ITrace> list) |
ILog |
SimpleLogFactory.create(java.util.List<ITrace> list) |
| 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) |