Package | Description |
---|---|
org.processmining.filterd.gui |
Modifier and Type | Method and Description |
---|---|
ComputationCellModel |
ComputationCellController.getCellModel()
Gets the cell model of the current cell.
|
Modifier and Type | Method and Description |
---|---|
void |
NotebookModel.addCellsInputLogs(ComputationCellModel addedCell)
Updates input logs for all computation cells within the notebook model
This happens when a computation cell is added in order to update the
output logs of downstream cells
|
void |
NotebookModel.removeCellsInputLogs(ComputationCellModel removedCell)
Updates input logs for all computation cells within the notebook model
This happens when a computation cell is removed in order to update the
output logs of downstream cells
|
Constructor and Description |
---|
ComputationCellController(ComputationCellModel model) |
ComputationCellController(NotebookController controller,
ComputationCellModel model) |