public final class RepairAttributeDataType
extends java.lang.Object
PLEASE NOTE: This filter will update the original XLog instead of creating a new XLog, to be able to process huge logs without exhausting the available memory.
Modifier and Type | Class and Description |
---|---|
static interface |
RepairAttributeDataType.ReviewCallback |
Constructor and Description |
---|
RepairAttributeDataType() |
Modifier and Type | Method and Description |
---|---|
void |
doRepairEventAttributes(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
java.lang.Iterable<? extends java.text.DateFormat> dateFormats) |
void |
doRepairEventAttributes(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
java.lang.Iterable<? extends java.text.DateFormat> dateFormats,
RepairAttributeDataType.ReviewCallback reviewCallback) |
void |
doRepairTraceAttributes(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
java.lang.Iterable<? extends java.text.DateFormat> dateFormats) |
void |
doRepairTraceAttributes(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
java.lang.Iterable<? extends java.text.DateFormat> dateFormats,
RepairAttributeDataType.ReviewCallback reviewCallback) |
static java.util.Map<java.lang.String,java.lang.Class<? extends org.deckfour.xes.model.XAttribute>> |
queryCustomDataTypes(org.processmining.contexts.uitopia.UIPluginContext context,
java.util.Map<java.lang.String,java.lang.Class<? extends org.deckfour.xes.model.XAttribute>> attributeDataType) |
static java.lang.Iterable<? extends java.text.DateFormat> |
queryDateFormats(org.processmining.contexts.uitopia.UIPluginContext context)
Shows a wizard that allows the user to specify an additional custom date
format.
|
public void doRepairEventAttributes(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, java.lang.Iterable<? extends java.text.DateFormat> dateFormats)
public void doRepairEventAttributes(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, java.lang.Iterable<? extends java.text.DateFormat> dateFormats, RepairAttributeDataType.ReviewCallback reviewCallback)
public void doRepairTraceAttributes(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, java.lang.Iterable<? extends java.text.DateFormat> dateFormats)
public void doRepairTraceAttributes(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, java.lang.Iterable<? extends java.text.DateFormat> dateFormats, RepairAttributeDataType.ReviewCallback reviewCallback)
public static java.lang.Iterable<? extends java.text.DateFormat> queryDateFormats(org.processmining.contexts.uitopia.UIPluginContext context)
context
- public static java.util.Map<java.lang.String,java.lang.Class<? extends org.deckfour.xes.model.XAttribute>> queryCustomDataTypes(org.processmining.contexts.uitopia.UIPluginContext context, java.util.Map<java.lang.String,java.lang.Class<? extends org.deckfour.xes.model.XAttribute>> attributeDataType)
context
- attributeDataType
-