public class EventFilterImport extends NotebookImport
| Constructor and Description |
|---|
EventFilterImport() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel(java.lang.String filename) |
protected EventFilter |
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.
|
getXMLprotected EventFilter 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 NotebookImportjava.lang.Exceptionpublic java.lang.String getLabel(java.lang.String filename)
getLabel in class NotebookImport