Package | Description |
---|---|
org.processmining.filterbook.cells | |
org.processmining.filterbook.plugins |
Modifier and Type | Method and Description |
---|---|
Notebook |
Cell.getNotebook()
Gets the cell's notebook.
|
Modifier and Type | Method and Description |
---|---|
abstract Cell |
CellTemplate.createCell(org.processmining.contexts.uitopia.UIPluginContext context,
org.processmining.framework.plugin.ProMCanceller canceller,
Notebook notebook,
org.deckfour.xes.model.XLog log) |
Cell |
ComputationCellTemplate.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.
|
Cell |
TextCellTemplate.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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Notebook |
CreateFilterNotebookPlugin.create(org.processmining.contexts.uitopia.UIPluginContext context,
NotebookTemplate notebookTemplate,
org.deckfour.xes.model.XLog log) |
Modifier and Type | Method and Description |
---|---|
NotebookTemplate |
CreateNotebookTemplatePlugin.filter(org.processmining.framework.plugin.PluginContext context,
Notebook notebook) |
javax.swing.JComponent |
ShowFilterNotebookPlugin.run(org.processmining.contexts.uitopia.UIPluginContext context,
Notebook notebook) |