| Package | Description |
|---|---|
| org.processmining.materialhandlingsystems.common.log | |
| org.processmining.materialhandlingsystems.common.logutils |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISimpleLogFactory<T extends IImmutableLog> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ILog |
| Modifier and Type | Method and Description |
|---|---|
<T extends IImmutableLog> |
XesLogFactory.filter(org.deckfour.xes.model.XLog xLog,
ISimpleLogFactory<T> logFactory) |
| Modifier and Type | Method and Description |
|---|---|
IImmutableLog |
SimpleImmutableLogFactory.create(java.util.List<ITrace> list) |
IImmutableLog |
SimpleImmutableLogFactory.createEmpty() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IImmutableLog> |
RegexTraceFilterEx.filter(IImmutableLog srcLog,
ISimpleLogFactory<T> logFactory) |
| Modifier and Type | Method and Description |
|---|---|
<T extends IImmutableLog> |
RegexTraceFilterEx.filter(IImmutableLog srcLog,
ISimpleLogFactory<T> logFactory) |
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 |
|---|
PathCapacityUtil(IImmutableLog log) |