Modifier and Type | Method and Description |
---|---|
static LogView |
LogProjectionPlugin.logToDottedChart(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog eventlog) |
static DottedChartInspector |
LogProjectionPlugin.visualize(org.processmining.framework.plugin.PluginContext context,
LogView logView) |
static javax.swing.JComponent |
LogProjectionPlugin.visualize(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog eventlog) |
Modifier and Type | Method and Description |
---|---|
LightLog |
DottedChart.exportViewToLightLog(boolean visibleOnly,
java.lang.String name) |
org.deckfour.xes.model.XLog |
DottedChart.exportViewToXLog(boolean visibleOnly,
java.lang.String name) |
void |
DottedChart.setAttribute(DottedChart.AttributeType type,
Attribute attribute,
boolean signalChange) |
void |
DottedChart.setColorAttribute(Attribute colorAttribute,
boolean signalChange) |
void |
DottedChart.setShapeAttribute(Attribute shapeAttribute,
boolean signalChange) |
void |
DottedChart.setXAxisAttribute(Attribute attribute,
boolean signalChange) |
void |
DottedChart.setYAxisAttribute(Attribute attribute,
boolean signalChange) |
Constructor and Description |
---|
DottedChart(LogView log,
Attribute xAttribute,
Attribute yAttribute,
Attribute colorAttribute,
Attribute shapeAttribute) |
Modifier and Type | Method and Description |
---|---|
void |
DottedChartInspector.updatePanelBasedOnLogView(LogView view,
org.processmining.framework.plugin.PluginContext context) |
Constructor and Description |
---|
DottedChartInspector(LogView view)
Deprecated.
|
DottedChartInspector(LogView view,
java.awt.Frame owner) |
DottedChartInspector(LogView view,
java.awt.Frame owner,
org.processmining.framework.plugin.PluginContext context) |
DottedChartInspector(LogView view,
org.processmining.framework.plugin.PluginContext context) |
DottedChartPanel(LogView view) |
DottedChartPanel(org.processmining.framework.plugin.PluginContext pluginContext,
org.deckfour.xes.model.XLog l) |
DottedChartPanel(org.deckfour.xes.model.XLog l) |
Modifier and Type | Method and Description |
---|---|
void |
PerformanceAnalysisPanel.updateDotChartByXESLog(org.deckfour.xes.model.XLog xesLog)
update the dot chart based on a XES log
|
Constructor and Description |
---|
PerformanceAnalysisPanel(org.processmining.contexts.uitopia.UIPluginContext context,
XOCLog log,
OCBCModel model) |