Package org.processmining.ocel.importers
Class OCEL2JSONImporter
- java.lang.Object
-
- org.processmining.framework.abstractplugins.AbstractImportPlugin
-
- org.processmining.ocel.importers.OCEL2JSONImporter
-
- All Implemented Interfaces:
org.processmining.framework.abstractplugins.ImportPlugin
public class OCEL2JSONImporter extends org.processmining.framework.abstractplugins.AbstractImportPlugin
-
-
Constructor Summary
Constructors Constructor Description OCEL2JSONImporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OcelEventLogdoImportFromStream(java.io.InputStream is0)protected OcelEventLogimportFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes)This method is called by all plugin variants to do the actual importing.
-
-
-
Method Detail
-
importFromStream
protected OcelEventLog importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes) throws java.lang.Exception
Description copied from class:org.processmining.framework.abstractplugins.AbstractImportPluginThis method is called by all plugin variants to do the actual importing.- Specified by:
importFromStreamin classorg.processmining.framework.abstractplugins.AbstractImportPlugin- Returns:
- Throws:
java.lang.Exception
-
doImportFromStream
public OcelEventLog doImportFromStream(java.io.InputStream is0)
-
-