| Package | Description |
|---|---|
| org.processmining.filterd.gui.adapters | |
| org.processmining.filterd.plugins |
| Modifier and Type | Class and Description |
|---|---|
class |
AnalysisNotebookModelAdapted |
class |
EventFilterModelAdapted |
| Modifier and Type | Method and Description |
|---|---|
NotebookModelAdapted |
NotebookModelAdapter.marshal(NotebookModel model)
Converts the NotebookMode into a NotebookModelAdapted.
|
| Modifier and Type | Method and Description |
|---|---|
NotebookModel |
NotebookModelAdapter.unmarshal(NotebookModelAdapted adaptedModel)
Converts a NotebookModelAdapted to a NotebookModel
|
| Constructor and Description |
|---|
AnalysisNotebookModelAdapted(NotebookModelAdapted notebook) |
EventFilterModelAdapted(NotebookModelAdapted notebook) |
| Modifier and Type | Method and Description |
|---|---|
NotebookModelAdapted |
NotebookLoader.load(org.processmining.contexts.uitopia.UIPluginContext context,
Notebook notebook,
org.deckfour.xes.model.XLog log) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
NotebookVisualizer.visualize(org.processmining.contexts.uitopia.UIPluginContext context,
NotebookModelAdapted adaptedModel,
org.processmining.framework.plugin.ProMCanceller canceller,
NotebookConfiguration config)
Method representing the Filterd notebook import / export plug-in.
|