public class ExportLogMxml
extends java.lang.Object
Constructor and Description |
---|
ExportLogMxml() |
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.IOException
public static void export(org.deckfour.xes.model.XLog log, java.io.File file) throws java.io.IOException
java.io.IOException
protected 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