public class EventFilterLoader extends NotebookLoader
Constructor and Description |
---|
EventFilterLoader() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel(java.lang.String label) |
EventFilterModelAdapted |
load_legacy(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log,
EventFilter notebook)
Import plug-in method.
|
EventFilterModelAdapted |
load(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log)
Import plug-in method.
|
EventFilterModelAdapted |
load(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log,
EventFilter notebook)
Import plug-in method.
|
load
public EventFilterModelAdapted load(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log)
context
- variable not usednotebook
- XML representing the notebook configurationlog
- input log which will be passed to the notebookpublic EventFilterModelAdapted load(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, EventFilter notebook)
context
- variable not usedlog
- input log which will be passed to the notebooknotebook
- XML representing the notebook configurationpublic EventFilterModelAdapted load_legacy(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, EventFilter notebook)
context
- variable not usedlog
- input log which will be passed to the notebooknotebook
- XML representing the notebook configurationpublic java.lang.String getLabel(java.lang.String label)
getLabel
in class NotebookLoader