Package org.processmining.ocel.exporters
Class JSONExporter
- java.lang.Object
-
- org.processmining.ocel.exporters.JSONExporter
-
public class JSONExporter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JSONExporter()JSONExporter(OcelEventLog eventLog, java.lang.String filePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexportEvents(org.json.JSONObject jsonEventLog)voidexportFromProm(org.processmining.framework.plugin.PluginContext context, OcelEventLog eventLog, java.io.File file)voidexportLog()voidexportLogToStream(java.io.OutputStream output0)voidexportObjects(org.json.JSONObject jsonEventLog)java.lang.StringgetJsonEventLog()voidsetGlobalEvent(org.json.JSONObject jsonEventLog)voidsetGlobalLog(org.json.JSONObject jsonEventLog)voidsetGlobalObject(org.json.JSONObject jsonEventLog)
-
-
-
Constructor Detail
-
JSONExporter
public JSONExporter()
-
JSONExporter
public JSONExporter(OcelEventLog eventLog, java.lang.String filePath)
-
-
Method Detail
-
exportFromProm
public void exportFromProm(org.processmining.framework.plugin.PluginContext context, OcelEventLog eventLog, java.io.File file)
-
exportLog
public void exportLog()
-
exportLogToStream
public void exportLogToStream(java.io.OutputStream output0)
-
getJsonEventLog
public java.lang.String getJsonEventLog()
-
setGlobalEvent
public void setGlobalEvent(org.json.JSONObject jsonEventLog)
-
setGlobalObject
public void setGlobalObject(org.json.JSONObject jsonEventLog)
-
setGlobalLog
public void setGlobalLog(org.json.JSONObject jsonEventLog)
-
exportEvents
public void exportEvents(org.json.JSONObject jsonEventLog)
-
exportObjects
public void exportObjects(org.json.JSONObject jsonEventLog)
-
-