Package org.processmining.ocel.exporters
Class OCEL2JSONExporter
- java.lang.Object
-
- org.processmining.ocel.exporters.OCEL2JSONExporter
-
public class OCEL2JSONExporter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description OcelEventLogeventLog
-
Constructor Summary
Constructors Constructor Description OCEL2JSONExporter()OCEL2JSONExporter(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
-
OCEL2JSONExporter
public OCEL2JSONExporter()
-
OCEL2JSONExporter
public OCEL2JSONExporter(OcelEventLog eventLog)
-
-
Method Detail
-
exportFromProm
public void exportFromProm(org.processmining.framework.plugin.PluginContext context, OcelEventLog eventLog, java.io.File file)
-
exportLogToStream
public void exportLogToStream(java.io.OutputStream output0)
-
-