Class EfficientTreeImportPlugin
- java.lang.Object
-
- org.processmining.framework.abstractplugins.AbstractImportPlugin
-
- org.processmining.plugins.InductiveMiner.plugins.EfficientTreeImportPlugin
-
- All Implemented Interfaces:
org.processmining.framework.abstractplugins.ImportPlugin
public class EfficientTreeImportPlugin extends org.processmining.framework.abstractplugins.AbstractImportPlugin
-
-
Constructor Summary
Constructors Constructor Description EfficientTreeImportPlugin()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EfficientTreeimportFromFile(java.io.File file)static EfficientTreeimportFromStream(java.io.InputStream stream)protected java.lang.ObjectimportFromStream(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 java.lang.Object importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes) throws java.lang.ExceptionDescription 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
-
importFromStream
public static EfficientTree importFromStream(java.io.InputStream stream) throws java.lang.Exception
- Throws:
java.lang.Exception
-
importFromFile
public static EfficientTree importFromFile(java.io.File file) throws java.io.FileNotFoundException, java.lang.Exception
- Throws:
java.io.FileNotFoundExceptionjava.lang.Exception
-
-