| Package | Description |
|---|---|
| org.processmining.filterd.gui | |
| org.processmining.filterd.gui.adapters |
| Modifier and Type | Method and Description |
|---|---|
NotebookModel |
NotebookController.getModel()
Returns the model of the current notebook.
|
| Constructor and Description |
|---|
NotebookController(NotebookModel model,
NotebookConfiguration config)
The constructor which sets the model.
|
| Modifier and Type | Method and Description |
|---|---|
NotebookModel |
NotebookModelAdapter.unmarshal(NotebookModelAdapted adaptedModel)
Converts a NotebookModelAdapted to a NotebookModel
|
| Modifier and Type | Method and Description |
|---|---|
NotebookModelAdapted |
NotebookModelAdapter.marshal(NotebookModel model)
Converts the NotebookMode into a NotebookModelAdapted.
|