public class PartialOrderMakerPlugin
extends java.lang.Object
| Constructor and Description |
|---|
PartialOrderMakerPlugin() |
| Modifier and Type | Method and Description |
|---|---|
org.deckfour.xes.model.XLog |
makeDailyPartialOrder(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log)
The plug-in variant that create a copy of the given event log with all timestamps rounded down to the midnight of
the same day.
|
org.deckfour.xes.model.XLog |
makeEightHoursPartialOrder(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log)
The plug-in variant that create a copy of the given event log with timestamps rounded down to to the closest
previous checkpoint of the same day.
|
org.deckfour.xes.model.XLog |
makeGroupsWisePartialOrder(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log)
The plug-in variant that create a copy of the given event log with timestamps adjusted in order to divide traces
in isochronous groups whose expected size is equal to the value provided by the user.
|
public org.deckfour.xes.model.XLog makeDailyPartialOrder(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log)
context - The context to run in.log - The event log to modify.public org.deckfour.xes.model.XLog makeEightHoursPartialOrder(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log)
context - The context to run in.log - The event log to modify.public org.deckfour.xes.model.XLog makeGroupsWisePartialOrder(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log)
context - The context to run in.log - The event log to modify.