Package | Description |
---|---|
org.processmining.log.utils |
Modifier and Type | Class and Description |
---|---|
class |
TraceVariantByClassifier |
Modifier and Type | Method and Description |
---|---|
static <T extends TraceVariant<?>> |
XUtils.countVariants(java.lang.Iterable<org.deckfour.xes.model.XTrace> traces,
com.google.common.base.Function<org.deckfour.xes.model.XTrace,T> variantFunction) |
static <T extends TraceVariant<E>,E> |
XUtils.getVariants(java.lang.Iterable<org.deckfour.xes.model.XTrace> traces,
com.google.common.base.Function<org.deckfour.xes.model.XTrace,T> variantFunction)
Groups traces in a
ListMultimap by a generic Function . |