public class EfficientTreeImportPlugin
extends org.processmining.framework.abstractplugins.AbstractImportPlugin
| Constructor and Description |
|---|
EfficientTreeImportPlugin() |
| Modifier and Type | Method and Description |
|---|---|
static EfficientTree |
importFromFile(java.io.File file) |
static EfficientTree |
importFromStream(java.io.InputStream stream) |
protected java.lang.Object |
importFromStream(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.
|
protected java.lang.Object importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes)
throws java.lang.Exception
org.processmining.framework.abstractplugins.AbstractImportPluginimportFromStream in class org.processmining.framework.abstractplugins.AbstractImportPluginjava.lang.Exceptionpublic static EfficientTree importFromStream(java.io.InputStream stream) throws java.lang.Exception
java.lang.Exceptionpublic static EfficientTree importFromFile(java.io.File file) throws java.io.FileNotFoundException, java.lang.Exception
java.io.FileNotFoundExceptionjava.lang.Exception