public class XFactoryIncrementalEvent extends XFactoryIncrementalTrace
| Constructor and Description |
|---|
XFactoryIncrementalEvent(org.processmining.plugins.InductiveMiner.Function<org.deckfour.xes.model.XEvent,java.lang.Object> eventCallback,
java.lang.Runnable traceCallback)
The callback is called whenever a trace is parsed.
|
| Modifier and Type | Method and Description |
|---|---|
org.deckfour.xes.model.XTrace |
createTrace() |
createEvent, createLogcreateAttributeBoolean, createAttributeContainer, createAttributeContinuous, createAttributeDiscrete, createAttributeID, createAttributeList, createAttributeLiteral, createAttributeMap, createAttributeTimestamp, createAttributeTimestamp, createEvent, createEvent, createLog, createTrace, getAuthor, getDescription, getName, getUri, getVendor, isUseInterner, setUseInternerpublic XFactoryIncrementalEvent(org.processmining.plugins.InductiveMiner.Function<org.deckfour.xes.model.XEvent,java.lang.Object> eventCallback,
java.lang.Runnable traceCallback)
traceCallback - This callback is called every time a trace is parsed. The
trace itself would not contain any information, thus is not
returned.