Uses of Class
org.processmining.filterbook.notebook.Notebook
-
Packages that use Notebook Package Description org.processmining.filterbook.cells org.processmining.filterbook.plugins -
-
Uses of Notebook in org.processmining.filterbook.cells
Methods in org.processmining.filterbook.cells that return Notebook Modifier and Type Method Description NotebookCell. getNotebook()Gets the cell's notebook.Methods in org.processmining.filterbook.cells with parameters of type Notebook 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.Constructors in org.processmining.filterbook.cells with parameters of type Notebook Constructor Description Cell(org.processmining.contexts.uitopia.UIPluginContext context, Notebook notebook, java.lang.String name)Construct a cell with a given context, notebook, and name.ComputationCell(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.framework.plugin.ProMCanceller canceller, Notebook notebook, java.lang.String name, LogType notebookInputLog, java.util.List<LogType> cellOutputLogs)Construct a new computation cell with given context, canceller, notebook, name, notebook input log, and output logs of computation cells preceding this cell.TextCell(org.processmining.contexts.uitopia.UIPluginContext context, Notebook notebook, java.lang.String name)Construct a text cell with given context, notebook, and name. -
Uses of Notebook in org.processmining.filterbook.plugins
Methods in org.processmining.filterbook.plugins that return Notebook Modifier and Type Method Description NotebookCreateFilterNotebookPlugin. create(org.processmining.contexts.uitopia.UIPluginContext context, NotebookTemplate notebookTemplate, org.deckfour.xes.model.XLog log)Methods in org.processmining.filterbook.plugins with parameters of type Notebook Modifier and Type Method Description NotebookTemplateCreateNotebookTemplatePlugin. filter(org.processmining.framework.plugin.PluginContext context, Notebook notebook)javax.swing.JComponentShowFilterNotebookPlugin. run(org.processmining.contexts.uitopia.UIPluginContext context, Notebook notebook)
-