Package | Description |
---|---|
org.processmining.log.utils |
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.ImmutableListMultimap<TraceVariantByClassifier,org.deckfour.xes.model.XTrace> |
XUtils.getVariantsByClassifier(java.lang.Iterable<org.deckfour.xes.model.XTrace> traces,
org.deckfour.xes.classification.XEventClasses eventClasses)
Groups traces in a
ListMultimap by their event classification. |
static com.google.common.collect.ImmutableListMultimap<TraceVariantByClassifier,org.deckfour.xes.model.XTrace> |
XUtils.getVariantsByClassifier(java.lang.Iterable<org.deckfour.xes.model.XTrace> traces,
org.deckfour.xes.classification.XEventClassifier classifier)
Groups traces in a
ListMultimap by their event classification. |