Serialized Form
-
Package org.processmining.plugins.InductiveMiner
-
Class org.processmining.plugins.InductiveMiner.ClassifierChooser extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 3348039386637737989L
-
Serialized Fields
-
combobox
MultiComboBox<AttributeClassifiers.AttributeClassifier> combobox
-
-
Class org.processmining.plugins.InductiveMiner.MultiComboBox extends javax.swing.JComboBox<java.lang.Object> implements Serializable
- serialVersionUID:
- -7720215210683281697L
-
Serialized Fields
-
clazz
java.lang.Class<E> clazz
-
listenerList
java.util.concurrent.CopyOnWriteArrayList<java.awt.event.ActionListener> listenerList
We need to do the event handling ourselves; otherwise, listeners are called before we can do an update. -
prevButton
javax.swing.JCheckBox prevButton
-
preventPopupClosing
boolean preventPopupClosing
We need to override setPopupVisible to prevent flickering of the popup when clicking on a checkbox. This boolean performs the trick. -
preventSelectionChange
boolean preventSelectionChange
We need to override setSelectedItem(Object) to provide developers with the ability to change the selected object. However, JComboBox calls this function as well internally. Therefore, we introduce a boolean that denotes that selection changes should be ignored. -
prevIndex
int prevIndex
-
selected
java.util.BitSet selected
-
singular
java.util.BitSet singular
-
-
-
Package org.processmining.plugins.InductiveMiner.dfgOnly.dfgFallThrough
-
Class org.processmining.plugins.InductiveMiner.dfgOnly.dfgFallThrough.DfgFallThroughCombination extends java.util.ArrayList<DfgFallThrough> implements Serializable
- serialVersionUID:
- -5018711336090409641L
-
-
Package org.processmining.plugins.InductiveMiner.dfgOnly.plugins.dialogs
-
Class org.processmining.plugins.InductiveMiner.dfgOnly.plugins.dialogs.IMdMiningDialog extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 7693870370139578439L
-
Serialized Fields
-
noiseLabel
javax.swing.JLabel noiseLabel
-
noiseSlider
javax.swing.JSlider noiseSlider
-
noiseValue
javax.swing.JLabel noiseValue
-
p
IMdMiningDialog.ParametersWrapper p
-
variantCombobox
javax.swing.JComboBox<?> variantCombobox
-
-
Class org.processmining.plugins.InductiveMiner.dfgOnly.plugins.dialogs.XLog2DfgDialog extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- -3128018697672831767L
-
Serialized Fields
-
classifierCombobox
javax.swing.JComboBox<Classifiers.ClassifierWrapper> classifierCombobox
-
noiseLabel
javax.swing.JLabel noiseLabel
-
noiseSlider
javax.swing.JSlider noiseSlider
-
noiseValue
javax.swing.JLabel noiseValue
-
variantCombobox
javax.swing.JComboBox<XLog2DfgDialog.Variant> variantCombobox
-
-
-
Package org.processmining.plugins.InductiveMiner.efficienttree
-
Class org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeEditor extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- -75989442629887735L
-
Serialized Fields
-
actionListener
java.awt.event.ActionListener actionListener
-
contentChangedFromController
boolean contentChangedFromController
-
errorMessage
javax.swing.JLabel errorMessage
-
text
org.fife.ui.rsyntaxtextarea.RSyntaxTextArea text
-
-
Class org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeReduce.ReductionFailedException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -7417483651057438248L
-
Class org.processmining.plugins.InductiveMiner.efficienttree.UnknownTreeNodeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 8236263009737369725L
-
-
Package org.processmining.plugins.InductiveMiner.plugins.dialogs
-
Class org.processmining.plugins.InductiveMiner.plugins.dialogs.IMMiningDialog extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 7693870370139578439L
-
Serialized Fields
-
doiLabel
javax.swing.JLabel doiLabel
-
doiValue
javax.swing.JLabel doiValue
-
noiseLabel
javax.swing.JLabel noiseLabel
-
noiseSlider
javax.swing.JSlider noiseSlider
-
noiseValue
javax.swing.JLabel noiseValue
-
p
IMMiningDialog.ParametersWrapper p
-
variantCombobox
javax.swing.JComboBox<IMMiningDialog.Variant> variantCombobox
-
-