Class TaggedPlaceSetJsonImportPlugin
- java.lang.Object
-
- org.processmining.framework.abstractplugins.AbstractImportPlugin
-
- org.processmining.OCLPMDiscovery.plugins.imports.TaggedPlaceSetJsonImportPlugin
-
- All Implemented Interfaces:
org.processmining.framework.abstractplugins.ImportPlugin
public class TaggedPlaceSetJsonImportPlugin extends org.processmining.framework.abstractplugins.AbstractImportPlugin
-
-
Constructor Summary
Constructors Constructor Description TaggedPlaceSetJsonImportPlugin()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TaggedPlaceSetimportFromPath(java.lang.String path)protected TaggedPlaceSetimportFromStream(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 TaggedPlaceSet 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
-
importFromPath
public static TaggedPlaceSet importFromPath(java.lang.String path)
-
-