public class FuzzyMinerUI
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected AttenuationDisplayPanel |
attDisplayPanel |
protected Attenuation |
attenuation |
protected javax.swing.JRadioButton |
attLinearRadioButton |
protected javax.swing.JSlider |
attNRootNSlider |
protected javax.swing.JRadioButton |
attNRootRadioButton |
protected org.processmining.contexts.uitopia.UIPluginContext |
context |
protected javax.swing.JSlider |
maxRelDistSlider |
protected MetricsRepository |
metrics |
protected static java.lang.String |
METRICS_ALL |
protected static java.lang.String |
METRICS_BINCOR |
protected static java.lang.String |
METRICS_BINSIG |
protected static java.lang.String |
METRICS_TRACE |
protected static java.lang.String |
METRICS_UNARY |
protected javax.swing.JComboBox |
metricsFilterBox |
protected javax.swing.JPanel |
metricsList |
protected javax.swing.JScrollPane |
metricsScrollPane |
Constructor and Description |
---|
FuzzyMinerUI(org.processmining.contexts.uitopia.UIPluginContext context) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHtmlDescription() |
java.lang.String |
getName() |
javax.swing.JPanel |
getOptionsPanel(org.deckfour.xes.info.XLogInfo summary) |
protected boolean |
isCorrectlyConfigured() |
MutableFuzzyGraph |
mine(org.deckfour.xes.model.XLog log) |
protected void |
updateAttenuationPanel() |
protected static final java.lang.String METRICS_ALL
protected static final java.lang.String METRICS_TRACE
protected static final java.lang.String METRICS_UNARY
protected static final java.lang.String METRICS_BINSIG
protected static final java.lang.String METRICS_BINCOR
protected MetricsRepository metrics
protected Attenuation attenuation
protected javax.swing.JComboBox metricsFilterBox
protected javax.swing.JScrollPane metricsScrollPane
protected javax.swing.JPanel metricsList
protected javax.swing.JRadioButton attLinearRadioButton
protected javax.swing.JRadioButton attNRootRadioButton
protected javax.swing.JSlider maxRelDistSlider
protected javax.swing.JSlider attNRootNSlider
protected AttenuationDisplayPanel attDisplayPanel
protected org.processmining.contexts.uitopia.UIPluginContext context
public FuzzyMinerUI(org.processmining.contexts.uitopia.UIPluginContext context)
public javax.swing.JPanel getOptionsPanel(org.deckfour.xes.info.XLogInfo summary)
protected void updateAttenuationPanel()
public MutableFuzzyGraph mine(org.deckfour.xes.model.XLog log)
protected boolean isCorrectlyConfigured()
public java.lang.String getHtmlDescription()
public java.lang.String getName()