Class TSMinerLog
- java.lang.Object
-
- org.processmining.plugins.transitionsystem.miner.util.TSMinerLog
-
public class TSMinerLog extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TSMinerLog()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getTraces
public static java.util.Collection<org.deckfour.xes.model.XTrace> getTraces(org.deckfour.xes.model.XLog log)
Get all traces from a log.- Parameters:
log- The log to get the traces from.- Returns:
- All traces from the log.
-
getEvents
public static java.util.Collection<org.deckfour.xes.model.XEvent> getEvents(org.deckfour.xes.model.XTrace trace)
Get all events from a trace.- Parameters:
trace- The trace to get the events from.- Returns:
- All events from the trace.
-
getDataAttributes
public static java.util.Map<java.lang.String,java.lang.String> getDataAttributes(org.deckfour.xes.model.XEvent event)
Get the data attributes of an event.- Parameters:
event- The event to get the data attribute sof.- Returns:
- The data attributes of the event.
-
-