public abstract class XesExportAbstractAlgorithm
extends java.lang.Object
| Constructor and Description |
|---|
XesExportAbstractAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
doExport(org.xesstandard.model.XesLog log,
java.io.File file) |
void |
export(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
java.io.File file) |
public void export(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic abstract void doExport(org.xesstandard.model.XesLog log,
java.io.File file)
throws java.io.IOException
java.io.IOException