Uses of Class
org.processmining.filterbook.types.LogType
-
Packages that use LogType Package Description org.processmining.filterbook.cells org.processmining.filterbook.notebook -
-
Uses of LogType in org.processmining.filterbook.cells
Methods in org.processmining.filterbook.cells that return LogType Modifier and Type Method Description LogTypeComputationCell. getInputLog()Gets the input log.LogTypeComputationCell. getOutputLog()Gets the output log.LogTypeComputationCell. getSelectedLog()Gets the selected log.Methods in org.processmining.filterbook.cells with parameters of type LogType Modifier and Type Method Description voidComputationCell. setInputLog(LogType inputLog)Sets the input log.voidComputationCell. setSelectedLog(LogType selectedLog)Sets the selected log to the given log.Method parameters in org.processmining.filterbook.cells with type arguments of type LogType Modifier and Type Method Description voidComputationCell. setInputLogs(java.util.List<LogType> cellOutputLogs)Updates the list of input logs.Constructors in org.processmining.filterbook.cells with parameters of type LogType Constructor 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 parameters in org.processmining.filterbook.cells with type arguments of type LogType Constructor 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. -
Uses of LogType in org.processmining.filterbook.notebook
Methods in org.processmining.filterbook.notebook that return LogType Modifier and Type Method Description LogTypeNotebook. getInputLog()Methods in org.processmining.filterbook.notebook that return types with arguments of type LogType Modifier and Type Method Description java.util.List<LogType>Notebook. getOutputLogs()
-