Package | Description |
---|---|
org.processmining.filterbook.cells | |
org.processmining.filterbook.notebook |
Modifier and Type | Method and Description |
---|---|
LogType |
ComputationCell.getInputLog()
Gets the input log.
|
LogType |
ComputationCell.getOutputLog()
Gets the output log.
|
LogType |
ComputationCell.getSelectedLog()
Gets the selected log.
|
Modifier and Type | Method and Description |
---|---|
void |
ComputationCell.setInputLog(LogType inputLog)
Sets the input log.
|
void |
ComputationCell.setSelectedLog(LogType selectedLog)
Sets the selected log to the given log.
|
Modifier and Type | Method and Description |
---|---|
void |
ComputationCell.setInputLogs(java.util.List<LogType> cellOutputLogs)
Updates the list of input logs.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
LogType |
Notebook.getInputLog() |
Modifier and Type | Method and Description |
---|---|
java.util.List<LogType> |
Notebook.getOutputLogs() |