public class Notebook
extends java.lang.Object
implements java.awt.event.ActionListener
Constructor and Description |
---|
Notebook(org.processmining.contexts.uitopia.UIPluginContext context,
org.processmining.framework.plugin.ProMCanceller canceller,
org.deckfour.xes.model.XLog log) |
Notebook(org.processmining.contexts.uitopia.UIPluginContext context,
org.processmining.framework.plugin.ProMCanceller canceller,
org.deckfour.xes.model.XLog log,
boolean addComputationCell) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
LogType |
getInputLog() |
java.util.List<LogType> |
getOutputLogs() |
NotebookTemplate |
getTemplate() |
javax.swing.JComponent |
getWidget() |
void |
populate(org.processmining.contexts.uitopia.UIPluginContext context,
org.processmining.framework.plugin.ProMCanceller canceller,
NotebookTemplate notebookTemplate,
org.deckfour.xes.model.XLog log) |
void |
updated(Cell cell) |
public Notebook(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.framework.plugin.ProMCanceller canceller, org.deckfour.xes.model.XLog log)
public Notebook(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.framework.plugin.ProMCanceller canceller, org.deckfour.xes.model.XLog log, boolean addComputationCell)
public LogType getInputLog()
public java.util.List<LogType> getOutputLogs()
public javax.swing.JComponent getWidget()
public void updated(Cell cell)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public NotebookTemplate getTemplate()
public void populate(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.framework.plugin.ProMCanceller canceller, NotebookTemplate notebookTemplate, org.deckfour.xes.model.XLog log)