Package org.processmining.ocel.exporters
Class OCEL2SQLiteExporter
- java.lang.Object
-
- org.processmining.ocel.exporters.OCEL2SQLiteExporter
-
public class OCEL2SQLiteExporter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description OcelEventLogeventLog
-
Constructor Summary
Constructors Constructor Description OCEL2SQLiteExporter()OCEL2SQLiteExporter(OcelEventLog eventLog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexportFromProm(org.processmining.framework.plugin.PluginContext context, OcelEventLog eventLog, java.io.File file)voidexportLogToStream(java.io.OutputStream output0)
-
-
-
Field Detail
-
eventLog
public OcelEventLog eventLog
-
-
Constructor Detail
-
OCEL2SQLiteExporter
public OCEL2SQLiteExporter()
-
OCEL2SQLiteExporter
public OCEL2SQLiteExporter(OcelEventLog eventLog)
-
-
Method Detail
-
exportFromProm
public void exportFromProm(org.processmining.framework.plugin.PluginContext context, OcelEventLog eventLog, java.io.File file) throws java.lang.Exception- Throws:
java.lang.Exception
-
exportLogToStream
public void exportLogToStream(java.io.OutputStream output0) throws java.lang.Exception- Throws:
java.lang.Exception
-
-