| Package | Description |
|---|---|
| org.processmining.filterd.gui | |
| org.processmining.filterd.gui.adapters |
| Modifier and Type | Method and Description |
|---|---|
ComputationMode |
NotebookModel.getComputationMode()
Returns the current computation mode of the notebook.
|
static ComputationMode |
ComputationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ComputationMode[] |
ComputationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotebookController.setComputationMode(ComputationMode mode)
Sets the computation mode of the notebook to
mode. |
void |
NotebookModel.setComputationMode(ComputationMode computationMode)
Sets the computation mode of the notebook to the input computation mode.
|
| Modifier and Type | Method and Description |
|---|---|
ComputationMode |
NotebookModelAdapted.getComputationMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotebookModelAdapted.setComputationMode(ComputationMode computationMode) |