public class TSMinerLog
extends java.lang.Object
Constructor and Description |
---|
TSMinerLog() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.String> |
getDataAttributes(org.deckfour.xes.model.XEvent event)
Get the data attributes of an event.
|
static java.util.Collection<org.deckfour.xes.model.XEvent> |
getEvents(org.deckfour.xes.model.XTrace trace)
Get all events from a trace.
|
static java.util.Collection<org.deckfour.xes.model.XTrace> |
getTraces(org.deckfour.xes.model.XLog log)
Get all traces from a log.
|
public static java.util.Collection<org.deckfour.xes.model.XTrace> getTraces(org.deckfour.xes.model.XLog log)
log
- The log to get the traces from.public static java.util.Collection<org.deckfour.xes.model.XEvent> getEvents(org.deckfour.xes.model.XTrace trace)
trace
- The trace to get the events from.public static java.util.Map<java.lang.String,java.lang.String> getDataAttributes(org.deckfour.xes.model.XEvent event)
event
- The event to get the data attribute sof.