public class ComputationCellTemplate extends CellTemplate
Constructor and Description |
---|
ComputationCellTemplate() |
Modifier and Type | Method and Description |
---|---|
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.
|
void |
exportToDocument(org.w3c.dom.Document document,
org.w3c.dom.Element notebookElement)
Exports template to XML document.
|
java.util.List<FilterTemplate> |
getFilterTemplates() |
java.lang.String |
getInput() |
java.lang.String |
getView() |
void |
importFromDocument(org.w3c.dom.Document document,
org.w3c.dom.Element computationCellElement)
Imports template from XML document.
|
void |
setFilterTemplates(java.util.List<FilterTemplate> filterTemplates) |
void |
setInput(java.lang.String input) |
void |
setView(java.lang.String view) |
java.lang.String |
toHTMLString(boolean includeHTMLTags)
Visualizes the template as HTML.
|
getName, setName
public java.lang.String getView()
public void setView(java.lang.String view)
public java.lang.String getInput()
public void setInput(java.lang.String input)
public java.util.List<FilterTemplate> getFilterTemplates()
public void setFilterTemplates(java.util.List<FilterTemplate> filterTemplates)
public java.lang.String toHTMLString(boolean includeHTMLTags)
public Cell createCell(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.framework.plugin.ProMCanceller canceller, Notebook notebook, org.deckfour.xes.model.XLog log)
createCell
in class CellTemplate
public void exportToDocument(org.w3c.dom.Document document, org.w3c.dom.Element notebookElement)
exportToDocument
in class CellTemplate
public void importFromDocument(org.w3c.dom.Document document, org.w3c.dom.Element computationCellElement)
importFromDocument
in class CellTemplate