Package | Description |
---|---|
org.processmining.filterd.plugins |
Modifier and Type | Method and Description |
---|---|
protected AnalysisNotebook |
AnalysisNotebookImport.importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes) |
AnalysisNotebook |
EventFilter2AnalysisNotebookConversion.run(org.processmining.framework.plugin.PluginContext context,
EventFilter eventFilter) |
Modifier and Type | Method and Description |
---|---|
void |
AnalysisNotebookExport.export(org.processmining.framework.plugin.PluginContext context,
AnalysisNotebook notebook,
java.io.File file)
Export plug-in method.
|
AnalysisNotebookModelAdapted |
AnalysisNotebookLoader.load(org.processmining.contexts.uitopia.UIPluginContext context,
AnalysisNotebook notebook,
org.deckfour.xes.model.XLog log)
Import plug-in method.
|