public class ExportLogMxmlGz
extends java.lang.Object
| Constructor and Description |
|---|
ExportLogMxmlGz() |
| Modifier and Type | Method and Description |
|---|---|
void |
export(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log,
java.io.File file) |
static void |
export(org.deckfour.xes.model.XLog log,
java.io.File file) |
protected void |
exportWithNameFromContext(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
java.io.File file)
Temporarily changes the name of the XLog object, then calls the
doExport(XLog, File) method and, afterwards, changes the name of
the XLog object back to the original one. |
public void export(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log,
java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic static void export(org.deckfour.xes.model.XLog log,
java.io.File file)
throws java.io.IOException
java.io.IOExceptionprotected void exportWithNameFromContext(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
java.io.File file)
throws java.io.IOException
doExport(XLog, File) method and, afterwards, changes the name of
the XLog object back to the original one.context - log - file - java.io.IOException