Class ComputationCellTemplate
- java.lang.Object
-
- org.processmining.filterbook.cells.CellTemplate
-
- org.processmining.filterbook.cells.ComputationCellTemplate
-
- All Implemented Interfaces:
org.processmining.framework.util.HTMLToString
public class ComputationCellTemplate extends CellTemplate
-
-
Constructor Summary
Constructors Constructor Description ComputationCellTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellcreateCell(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.framework.plugin.ProMCanceller canceller, Notebook notebook, org.deckfour.xes.model.XLog log)Creates a computation cell from the template.voidexportToDocument(org.w3c.dom.Document document, org.w3c.dom.Element notebookElement)Exports template to XML document.java.util.List<FilterTemplate>getFilterTemplates()java.lang.StringgetInput()java.lang.StringgetView()voidimportFromDocument(org.w3c.dom.Document document, org.w3c.dom.Element computationCellElement)Imports template from XML document.voidsetFilterTemplates(java.util.List<FilterTemplate> filterTemplates)voidsetInput(java.lang.String input)voidsetView(java.lang.String view)java.lang.StringtoHTMLString(boolean includeHTMLTags)Visualizes the template as HTML.-
Methods inherited from class org.processmining.filterbook.cells.CellTemplate
getName, setName
-
-
-
-
Method Detail
-
getView
public java.lang.String getView()
-
setView
public void setView(java.lang.String view)
-
getInput
public java.lang.String getInput()
-
setInput
public void setInput(java.lang.String input)
-
getFilterTemplates
public java.util.List<FilterTemplate> getFilterTemplates()
-
setFilterTemplates
public void setFilterTemplates(java.util.List<FilterTemplate> filterTemplates)
-
toHTMLString
public java.lang.String toHTMLString(boolean includeHTMLTags)
Visualizes the template as HTML.
-
createCell
public Cell createCell(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.framework.plugin.ProMCanceller canceller, Notebook notebook, org.deckfour.xes.model.XLog log)
Creates a computation cell from the template.- Specified by:
createCellin classCellTemplate
-
exportToDocument
public void exportToDocument(org.w3c.dom.Document document, org.w3c.dom.Element notebookElement)Exports template to XML document.- Specified by:
exportToDocumentin classCellTemplate
-
importFromDocument
public void importFromDocument(org.w3c.dom.Document document, org.w3c.dom.Element computationCellElement)Imports template from XML document.- Specified by:
importFromDocumentin classCellTemplate
-
-