Uses of Class
org.processmining.filterbook.cells.Cell
-
Packages that use Cell Package Description org.processmining.filterbook.cells org.processmining.filterbook.notebook -
-
Uses of Cell in org.processmining.filterbook.cells
Subclasses of Cell in org.processmining.filterbook.cells Modifier and Type Class Description classComputationCellclassTextCellMethods in org.processmining.filterbook.cells that return Cell Modifier and Type Method Description abstract CellCellTemplate. createCell(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.framework.plugin.ProMCanceller canceller, Notebook notebook, org.deckfour.xes.model.XLog log)CellComputationCellTemplate. createCell(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.framework.plugin.ProMCanceller canceller, Notebook notebook, org.deckfour.xes.model.XLog log)Creates a computation cell from the template.CellTextCellTemplate. createCell(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.framework.plugin.ProMCanceller canceller, Notebook notebook, org.deckfour.xes.model.XLog log)Creates a cell from this template. -
Uses of Cell in org.processmining.filterbook.notebook
Methods in org.processmining.filterbook.notebook with parameters of type Cell Modifier and Type Method Description voidNotebook. updated(Cell cell)
-