Class Notebook
- java.lang.Object
-
- org.processmining.filterbook.notebook.Notebook
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.util.EventListener
public class Notebook extends java.lang.Object implements java.awt.event.ActionListener
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)LogTypegetInputLog()java.util.List<LogType>getOutputLogs()NotebookTemplategetTemplate()javax.swing.JComponentgetWidget()voidpopulate(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.framework.plugin.ProMCanceller canceller, NotebookTemplate notebookTemplate, org.deckfour.xes.model.XLog log)voidupdated(Cell cell)
-
-
-
Constructor Detail
-
Notebook
public Notebook(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.framework.plugin.ProMCanceller canceller, org.deckfour.xes.model.XLog log)
-
Notebook
public Notebook(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.framework.plugin.ProMCanceller canceller, org.deckfour.xes.model.XLog log, boolean addComputationCell)
-
-
Method Detail
-
getInputLog
public LogType getInputLog()
-
getOutputLogs
public java.util.List<LogType> getOutputLogs()
-
getWidget
public javax.swing.JComponent getWidget()
-
updated
public void updated(Cell cell)
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
-
getTemplate
public NotebookTemplate getTemplate()
-
populate
public void populate(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.framework.plugin.ProMCanceller canceller, NotebookTemplate notebookTemplate, org.deckfour.xes.model.XLog log)
-
-