public class AnalysisNotebookImport extends NotebookImport
Constructor and Description |
---|
AnalysisNotebookImport() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel(java.lang.String filename) |
protected AnalysisNotebook |
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.
|
getXML
protected AnalysisNotebook 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.AbstractImportPlugin
importFromStream
in class NotebookImport
java.lang.Exception
public java.lang.String getLabel(java.lang.String filename)
getLabel
in class NotebookImport