Package | Description |
---|---|
org.processmining.filterd.gui |
Modifier and Type | Field and Description |
---|---|
YLog |
ComputationCellModel.inputLog |
Modifier and Type | Field and Description |
---|---|
java.util.List<YLog> |
ComputationCellModel.inputLogs |
Modifier and Type | Method and Description |
---|---|
YLog |
NotebookModel.getInitialInput()
Returns the initial event log the notebook was initialized with.
|
Modifier and Type | Method and Description |
---|---|
javafx.collections.ObservableList<YLog> |
ComputationCellModel.getOutputLogs() |
java.util.ArrayList<YLog> |
NotebookModel.getOutputLogsTill(int index) |
Modifier and Type | Method and Description |
---|---|
void |
NotebookModel.setInitialInput(YLog log)
Set the initial event log for the notebook.
|
void |
ComputationCellModel.setInputLog(YLog log) |
Modifier and Type | Method and Description |
---|---|
void |
ComputationCellController.addInputLogsListeners(java.util.List<YLog> logs) |
void |
ComputationCellController.changeInputLogsCombo(java.util.List<YLog> logs) |
void |
ComputationCellModel.setInputLogs(java.util.List<YLog> eventLogs) |
void |
ComputationCellModel.setOutputLogs(javafx.collections.ObservableList<YLog> outputLogs) |
Constructor and Description |
---|
ComputationCellModel(org.processmining.contexts.uitopia.UIPluginContext context,
int index,
org.processmining.framework.plugin.ProMCanceller canceller,
java.util.List<YLog> eventLogs) |