Class JSONExporter


  • public class JSONExporter
    extends java.lang.Object
    • 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)