Serialized Form
-
Package AttributesFiltering
-
Class AttributesFiltering.AFDialog extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
attributesMap
java.util.Map<java.lang.String,org.processmining.framework.util.ui.widgets.ProMList<java.lang.String>> attributesMap
-
dfrSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider dfrSlider
-
selectedAttributes
org.processmining.framework.util.ui.widgets.ProMList<java.lang.String> selectedAttributes
-
thresholdSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider thresholdSlider
-
waitingTimeSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider waitingTimeSlider
-
-
-
-
Package org.processmining.interactivefiltering
-
Class org.processmining.interactivefiltering.RelativeLayout extends java.lang.Object implements Serializable
-
Serialized Fields
-
alignment
float alignment
The alignment of the Components on the other axis of the Container. For X-AXIS this would refer to the Y alignemt. For Y-AXIS this would refer to the X alignment. -
axis
int axis
The axis of the Components within the Container. -
borderGap
int borderGap
The gap (in pixels) used before the leading component and after the trailing component. It can be changed at any time and should be a non-negative integer. -
constraints
java.util.HashMap<java.awt.Component,java.lang.Float> constraints
-
fill
boolean fill
-
fillGap
int fillGap
-
gap
int gap
This is the gap (in pixels) which specifies the space between components It can be changed at any time and should be a non-negative integer. -
roundingPolicy
int roundingPolicy
-
-
-
-
Package org.processmining.interactivefiltering.table
-
Class org.processmining.interactivefiltering.table.IFInfoTableModel extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
attrList
java.util.ArrayList<java.lang.String> attrList
-
colCnt
int colCnt
-
context
org.processmining.framework.plugin.PluginContext context
-
model
IFModel model
-
rowCnt
int rowCnt
-
selectedPattern
int selectedPattern
-
selectedRow
int selectedRow
-
thresholdCategorical
double thresholdCategorical
-
-
-
Class org.processmining.interactivefiltering.table.IFListTableModel extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
absFreq
java.util.Map<java.lang.String,java.lang.Integer> absFreq
-
condFreq
java.util.Map<java.lang.String,java.lang.Double> condFreq
-
context
org.processmining.framework.plugin.PluginContext context
-
model
IFModel model
-
relationList
java.util.ArrayList<java.lang.String> relationList
-
selectedPattern
int selectedPattern
-
-
-
Class org.processmining.interactivefiltering.table.InfoTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable
-
Serialized Fields
-
checkBox
javax.swing.JCheckBox checkBox
-
-
-
Class org.processmining.interactivefiltering.table.InfoTableStringCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable
-
-
Package org.processmining.logfiltering.algorithms
-
Class org.processmining.logfiltering.algorithms.RelativeLayout extends java.lang.Object implements Serializable
-
Serialized Fields
-
alignment
float alignment
The alignment of the Components on the other axis of the Container. For X-AXIS this would refer to the Y alignemt. For Y-AXIS this would refer to the X alignment. -
axis
int axis
The axis of the Components within the Container. -
borderGap
int borderGap
The gap (in pixels) used before the leading component and after the trailing component. It can be changed at any time and should be a non-negative integer. -
constraints
java.util.HashMap<java.awt.Component,java.lang.Float> constraints
-
fill
boolean fill
-
fillGap
int fillGap
-
gap
int gap
This is the gap (in pixels) which specifies the space between components It can be changed at any time and should be a non-negative integer. -
roundingPolicy
int roundingPolicy
-
-
-
-
Package org.processmining.logfiltering.algorithms.Sabya
-
Class org.processmining.logfiltering.algorithms.Sabya.RelativeLayout extends java.lang.Object implements Serializable
-
Serialized Fields
-
alignment
float alignment
The alignment of the Components on the other axis of the Container. For X-AXIS this would refer to the Y alignemt. For Y-AXIS this would refer to the X alignment. -
axis
int axis
The axis of the Components within the Container. -
borderGap
int borderGap
The gap (in pixels) used before the leading component and after the trailing component. It can be changed at any time and should be a non-negative integer. -
constraints
java.util.HashMap<java.awt.Component,java.lang.Float> constraints
-
fill
boolean fill
-
fillGap
int fillGap
-
gap
int gap
This is the gap (in pixels) which specifies the space between components It can be changed at any time and should be a non-negative integer. -
roundingPolicy
int roundingPolicy
-
-
-
-
Package org.processmining.logfiltering.algorithms.timestamp
-
Class org.processmining.logfiltering.algorithms.timestamp.TimeStampResult extends org.processmining.framework.util.ui.widgets.ProMPropertiesPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
approach
int approach
-
comboBox
javax.swing.JComboBox comboBox
-
-
-
Package org.processmining.logfiltering.legacy.plugins.logfiltering.ui
-
Class org.processmining.logfiltering.legacy.plugins.logfiltering.ui.AttributeThresholdConfigurationStep extends myStep implements Serializable
-
Serialized Fields
-
attributeEndDateThresholdMap
java.util.Map<java.lang.String,java.util.Date> attributeEndDateThresholdMap
-
attributeFilterTypeMap
java.util.Map<java.lang.String,FilterType> attributeFilterTypeMap
-
attributeMaxValueThresholdMap
java.util.Map<java.lang.String,java.lang.Double> attributeMaxValueThresholdMap
-
attributeMinValueThresholdMap
java.util.Map<java.lang.String,java.lang.Double> attributeMinValueThresholdMap
-
attributeSelectedValueSetMap
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributeSelectedValueSetMap
-
attributeStartDateThresholdMap
java.util.Map<java.lang.String,java.util.Date> attributeStartDateThresholdMap
-
combination
Combination combination
-
eventLevelAttributeCheckBoxList
java.util.List<javax.swing.JCheckBox> eventLevelAttributeCheckBoxList
-
eventLevelAttributeConfigurationPanel
javax.swing.JPanel eventLevelAttributeConfigurationPanel
-
eventLevelAttributeValueSelectionComponentList
java.util.List<java.awt.Component> eventLevelAttributeValueSelectionComponentList
-
eventLevelRemoveRadioButtonList
java.util.List<javax.swing.JRadioButton> eventLevelRemoveRadioButtonList
-
eventLevelRetainRadioButtonList
java.util.List<javax.swing.JRadioButton> eventLevelRetainRadioButtonList
-
filterLevel
FilterLevel filterLevel
-
listener
LogFilteringSettingsListener listener
-
logProperties
LogProperties logProperties
-
traceLevelAttributeCheckBoxList
java.util.List<javax.swing.JCheckBox> traceLevelAttributeCheckBoxList
-
traceLevelAttributeConfigurationPanel
javax.swing.JPanel traceLevelAttributeConfigurationPanel
-
traceLevelAttributeValueSelectionComponentList
java.util.List<java.awt.Component> traceLevelAttributeValueSelectionComponentList
-
traceLevelRemoveRadioButtonList
java.util.List<javax.swing.JRadioButton> traceLevelRemoveRadioButtonList
-
traceLevelRetainRadioButtonList
java.util.List<javax.swing.JRadioButton> traceLevelRetainRadioButtonList
-
-
-
Class org.processmining.logfiltering.legacy.plugins.logfiltering.ui.myStep extends javax.swing.JPanel implements Serializable
-
-
Package org.processmining.logfiltering.plugins
-
Class org.processmining.logfiltering.plugins.ActivitySelectionPlugin.MatrixFilterWizardPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 8572008504104999027L
-
Serialized Fields
-
chooseName
FilterLevel[] chooseName
-
comboAtt
javax.swing.JComboBox<org.deckfour.xes.classification.XEventClassifier> comboAtt
-
comboAttlabel
javax.swing.JLabel comboAttlabel
-
comboFilterMethodolabel
javax.swing.JLabel comboFilterMethodolabel
-
comboFilterSelectionType
javax.swing.JComboBox<FilterSelection> comboFilterSelectionType
-
comboFilterSelectionTypelabel
javax.swing.JLabel comboFilterSelectionTypelabel
-
comboReturnMethod
javax.swing.JComboBox<FilterLevel> comboReturnMethod
-
comboSamplingMethod
javax.swing.JComboBox<FilterLevel> comboSamplingMethod
-
doubleSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider doubleSlider
-
EventAttribute
org.deckfour.xes.classification.XEventClassifier[] EventAttribute
-
KeepOrRemove
FilterSelection[] KeepOrRemove
-
Policylabel
javax.swing.JLabel Policylabel
-
ReturnOptions
SamplingReturnType[] ReturnOptions
-
SamplingOptions
SamplingType[] SamplingOptions
-
Selectionlabel
javax.swing.JLabel Selectionlabel
-
SubsequenceLength
com.fluxicon.slickerbox.components.NiceIntegerSlider SubsequenceLength
-
-
Class org.processmining.logfiltering.plugins.ConformamceBoundApproximatorPlugin.MatrixFilterWizardPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 8572008504104999027L
-
Serialized Fields
-
chooseName
FilterLevel[] chooseName
-
comboAtt
javax.swing.JComboBox<org.deckfour.xes.classification.XEventClassifier> comboAtt
-
comboAttlabel
javax.swing.JLabel comboAttlabel
-
comboFilterMethodolabel
javax.swing.JLabel comboFilterMethodolabel
-
comboProtoTypeSelectionType
javax.swing.JComboBox<FilterSelection> comboProtoTypeSelectionType
-
comboProtoTypeSelectionTypelabel
javax.swing.JLabel comboProtoTypeSelectionTypelabel
-
comboReturnMethod
javax.swing.JComboBox<FilterLevel> comboReturnMethod
-
doubleSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider doubleSlider
-
EventAttribute
org.deckfour.xes.classification.XEventClassifier[] EventAttribute
-
PrototypeTypes
PrototypeType[] PrototypeTypes
-
ReturnOptions
SamplingReturnType[] ReturnOptions
-
SubsequenceLength
com.fluxicon.slickerbox.components.NiceIntegerSlider SubsequenceLength
-
-
Class org.processmining.logfiltering.plugins.ConformanceApproximationPlugin.MatrixFilterWizardPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 8572008504104999027L
-
Serialized Fields
-
chooseName
FilterLevel[] chooseName
-
comboAtt
javax.swing.JComboBox<org.deckfour.xes.classification.XEventClassifier> comboAtt
-
comboAttlabel
javax.swing.JLabel comboAttlabel
-
comboFilterMethodolabel
javax.swing.JLabel comboFilterMethodolabel
-
comboProtoTypeSelectionType
javax.swing.JComboBox<FilterSelection> comboProtoTypeSelectionType
-
comboProtoTypeSelectionTypelabel
javax.swing.JLabel comboProtoTypeSelectionTypelabel
-
comboReturnMethod
javax.swing.JComboBox<FilterLevel> comboReturnMethod
-
comboSamplingMethod
javax.swing.JComboBox<SimilarityMeasure> comboSamplingMethod
-
doubleSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider doubleSlider
-
EventAttribute
org.deckfour.xes.classification.XEventClassifier[] EventAttribute
-
PrototypeTypes
PrototypeType[] PrototypeTypes
-
ReturnOptions
SamplingReturnType[] ReturnOptions
-
SimilarityMeasures
SimilarityMeasure[] SimilarityMeasures
-
SubsequenceLength
com.fluxicon.slickerbox.components.NiceIntegerSlider SubsequenceLength
-
-
Class org.processmining.logfiltering.plugins.EventuallyFilterPlugin.MatrixFilterWizardPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 8572008504104999027L
-
Serialized Fields
-
adjustingMethodlabel
javax.swing.JLabel adjustingMethodlabel
-
adjustingType
AdjustingType[] adjustingType
-
chooseName
FilterLevel[] chooseName
-
comboAtt
javax.swing.JComboBox<org.deckfour.xes.classification.XEventClassifier> comboAtt
-
comboAttlabel
javax.swing.JLabel comboAttlabel
-
comboFilterMethod
javax.swing.JComboBox<FilterLevel> comboFilterMethod
-
comboFilterMethodolabel
javax.swing.JLabel comboFilterMethodolabel
-
comboFilterSelectionType
javax.swing.JComboBox<FilterSelection> comboFilterSelectionType
-
comboFilterSelectionTypelabel
javax.swing.JLabel comboFilterSelectionTypelabel
-
comboProbabilityComputingMethod
javax.swing.JComboBox<FilterLevel> comboProbabilityComputingMethod
-
comboThresholdAdjustingMethod
javax.swing.JComboBox<FilterLevel> comboThresholdAdjustingMethod
-
doubleSlider1
com.fluxicon.slickerbox.components.NiceDoubleSlider doubleSlider1
-
doubleSlider2
com.fluxicon.slickerbox.components.NiceDoubleSlider doubleSlider2
-
EventAttribute
org.deckfour.xes.classification.XEventClassifier[] EventAttribute
-
KeepOrRemove
FilterSelection[] KeepOrRemove
-
probabilityTypelabel
javax.swing.JLabel probabilityTypelabel
-
probabilityTypes
ProbabilityType[] probabilityTypes
-
SubsequenceLength
com.fluxicon.slickerbox.components.NiceIntegerSlider SubsequenceLength
-
-
Class org.processmining.logfiltering.plugins.FrequencyFilterPlugin.FrequencyFilterWizardPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 8572008504104999027L
-
Serialized Fields
-
chooseName
AbsteractionType[] chooseName
-
comboAbsteractionMethod
javax.swing.JComboBox<FilterLevel> comboAbsteractionMethod
-
comboAtt
javax.swing.JComboBox<org.deckfour.xes.classification.XEventClassifier> comboAtt
-
comboAttlabel
javax.swing.JLabel comboAttlabel
-
comboFilterMethodolabel
javax.swing.JLabel comboFilterMethodolabel
-
comboFilterSelectionType
javax.swing.JComboBox<FilterSelection> comboFilterSelectionType
-
comboFilterSelectionTypelabel
javax.swing.JLabel comboFilterSelectionTypelabel
-
doubleSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider doubleSlider
-
EventAttribute
org.deckfour.xes.classification.XEventClassifier[] EventAttribute
-
KeepOrRemove
FilterSelection[] KeepOrRemove
-
SubsequenceLength
com.fluxicon.slickerbox.components.NiceIntegerSlider SubsequenceLength
-
-
Class org.processmining.logfiltering.plugins.IncrementalConformanceCheckingForTestPlugin.MatrixFilterWizardPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 8572008504104999027L
-
Serialized Fields
-
chooseName
FilterLevel[] chooseName
-
comboAtt
javax.swing.JComboBox<org.deckfour.xes.classification.XEventClassifier> comboAtt
-
comboAttlabel
javax.swing.JLabel comboAttlabel
-
comboFilterMethodolabel
javax.swing.JLabel comboFilterMethodolabel
-
comboProtoTypeSelectionType
javax.swing.JComboBox<FilterSelection> comboProtoTypeSelectionType
-
comboProtoTypeSelectionTypelabel
javax.swing.JLabel comboProtoTypeSelectionTypelabel
-
comboReturnMethod
javax.swing.JComboBox<FilterLevel> comboReturnMethod
-
doubleSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider doubleSlider
-
EventAttribute
org.deckfour.xes.classification.XEventClassifier[] EventAttribute
-
PrototypeTypes
PrototypeType[] PrototypeTypes
-
ReturnOptions
SamplingReturnType[] ReturnOptions
-
SubsequenceLength
com.fluxicon.slickerbox.components.NiceIntegerSlider SubsequenceLength
-
-
Class org.processmining.logfiltering.plugins.MatrixFilterPlugin.MatrixFilterWizardPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 8572008504104999027L
-
Serialized Fields
-
adjustingMethodlabel
javax.swing.JLabel adjustingMethodlabel
-
adjustingType
AdjustingType[] adjustingType
-
chooseName
FilterLevel[] chooseName
-
comboAtt
javax.swing.JComboBox<org.deckfour.xes.classification.XEventClassifier> comboAtt
-
comboAttlabel
javax.swing.JLabel comboAttlabel
-
comboFilterMethod
javax.swing.JComboBox<FilterLevel> comboFilterMethod
-
comboFilterMethodolabel
javax.swing.JLabel comboFilterMethodolabel
-
comboFilterSelectionType
javax.swing.JComboBox<FilterSelection> comboFilterSelectionType
-
comboFilterSelectionTypelabel
javax.swing.JLabel comboFilterSelectionTypelabel
-
comboProbabilityComputingMethod
javax.swing.JComboBox<FilterLevel> comboProbabilityComputingMethod
-
comboThresholdAdjustingMethod
javax.swing.JComboBox<FilterLevel> comboThresholdAdjustingMethod
-
doubleSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider doubleSlider
-
EventAttribute
org.deckfour.xes.classification.XEventClassifier[] EventAttribute
-
KeepOrRemove
FilterSelection[] KeepOrRemove
-
probabilityTypelabel
javax.swing.JLabel probabilityTypelabel
-
probabilityTypes
ProbabilityType[] probabilityTypes
-
SubsequenceLength
com.fluxicon.slickerbox.components.NiceIntegerSlider SubsequenceLength
-
-
Class org.processmining.logfiltering.plugins.MatrixFilterPluginSimple.MatrixFilterWizardPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 8572008504104999027L
-
Serialized Fields
-
chooseName
FilterLevel[] chooseName
-
comboAtt
javax.swing.JComboBox<org.deckfour.xes.classification.XEventClassifier> comboAtt
-
comboAttlabel
javax.swing.JLabel comboAttlabel
-
comboFilterMethod
javax.swing.JComboBox<FilterLevel> comboFilterMethod
-
comboFilterMethodolabel
javax.swing.JLabel comboFilterMethodolabel
-
comboFilterSelectionType
javax.swing.JComboBox<FilterSelection> comboFilterSelectionType
-
comboFilterSelectionTypelabel
javax.swing.JLabel comboFilterSelectionTypelabel
-
doubleSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider doubleSlider
-
EventAttribute
org.deckfour.xes.classification.XEventClassifier[] EventAttribute
-
KeepOrRemove
FilterSelection[] KeepOrRemove
-
SubsequenceLength
com.fluxicon.slickerbox.components.NiceIntegerSlider SubsequenceLength
-
-
Class org.processmining.logfiltering.plugins.PrivacyAnalyzerPlugin.SequenceFilterWizardPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 8572008504104999027L
-
Serialized Fields
-
comboAtt
javax.swing.JComboBox<org.deckfour.xes.classification.XEventClassifier> comboAtt
-
comboAttlabel
javax.swing.JLabel comboAttlabel
-
ConfHighConfSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider ConfHighConfSlider
-
ConfOridnaryRulesSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider ConfOridnaryRulesSlider
-
EventAttribute
org.deckfour.xes.classification.XEventClassifier[] EventAttribute
-
HighSupportPatternSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider HighSupportPatternSlider
-
PatternLength
com.fluxicon.slickerbox.components.NiceIntegerSlider PatternLength
-
SupportHighConfSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider SupportHighConfSlider
-
SupportOridnaryRulesSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider SupportOridnaryRulesSlider
-
-
Class org.processmining.logfiltering.plugins.ProjectionPrecisionPlugin.MatrixFilterWizardPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 8572008504104999027L
-
Serialized Fields
-
chooseName
FilterLevel[] chooseName
-
comboAtt
javax.swing.JComboBox<org.deckfour.xes.classification.XEventClassifier> comboAtt
-
comboAttlabel
javax.swing.JLabel comboAttlabel
-
comboFilterMethodolabel
javax.swing.JLabel comboFilterMethodolabel
-
comboProtoTypeSelectionType
javax.swing.JComboBox<FilterSelection> comboProtoTypeSelectionType
-
comboProtoTypeSelectionTypelabel
javax.swing.JLabel comboProtoTypeSelectionTypelabel
-
comboReturnMethod
javax.swing.JComboBox<FilterLevel> comboReturnMethod
-
comboSamplingMethod
javax.swing.JComboBox<SimilarityMeasure> comboSamplingMethod
-
doubleSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider doubleSlider
-
EventAttribute
org.deckfour.xes.classification.XEventClassifier[] EventAttribute
-
PrototypeTypes
PrototypeType[] PrototypeTypes
-
ReturnOptions
SamplingReturnType[] ReturnOptions
-
SimilarityMeasures
SimilarityMeasure[] SimilarityMeasures
-
SubsequenceLength
com.fluxicon.slickerbox.components.NiceIntegerSlider SubsequenceLength
-
-
Class org.processmining.logfiltering.plugins.ProtoTypeSelection_V2.protypeSelectionWizardPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 8572008504104999027L
-
Serialized Fields
-
ClusteringMethod
SamplingfromClusterType[] ClusteringMethod
-
comboAtt
javax.swing.JComboBox<org.deckfour.xes.classification.XEventClassifier> comboAtt
-
comboAttlabel
javax.swing.JLabel comboAttlabel
-
comboClusteringMethod
javax.swing.JComboBox<SimilarityMeasure> comboClusteringMethod
-
comboDiscoMethod
javax.swing.JComboBox<java.lang.String> comboDiscoMethod
-
comboFilterMethodolabel
javax.swing.JLabel comboFilterMethodolabel
-
comboProtoTypeSelectionType
javax.swing.JComboBox<FilterSelection> comboProtoTypeSelectionType
-
comboProtoTypeSelectionTypelabel
javax.swing.JLabel comboProtoTypeSelectionTypelabel
-
comboReturnMethod
javax.swing.JComboBox<FilterLevel> comboReturnMethod
-
discoMethod
java.lang.String[] discoMethod
-
doubleSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider doubleSlider
-
doubleSlider2
com.fluxicon.slickerbox.components.NiceDoubleSlider doubleSlider2
-
EventAttribute
org.deckfour.xes.classification.XEventClassifier[] EventAttribute
-
PrototypeTypes
PrototypeType[] PrototypeTypes
-
ReturnOptions
SamplingReturnType[] ReturnOptions
-
SubsequenceLength
com.fluxicon.slickerbox.components.NiceIntegerSlider SubsequenceLength
-
-
Class org.processmining.logfiltering.plugins.ProtoTypeSelection.MatrixFilterWizardPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 8572008504104999027L
-
Serialized Fields
-
chooseName
FilterLevel[] chooseName
-
ClusteringMethod
ClusteringType[] ClusteringMethod
-
comboAtt
javax.swing.JComboBox<org.deckfour.xes.classification.XEventClassifier> comboAtt
-
comboAttlabel
javax.swing.JLabel comboAttlabel
-
comboClusteringMethod
javax.swing.JComboBox<SimilarityMeasure> comboClusteringMethod
-
comboDiscoMethod
javax.swing.JComboBox<java.lang.String> comboDiscoMethod
-
comboFilterMethodolabel
javax.swing.JLabel comboFilterMethodolabel
-
comboProtoTypeSelectionType
javax.swing.JComboBox<FilterSelection> comboProtoTypeSelectionType
-
comboProtoTypeSelectionTypelabel
javax.swing.JLabel comboProtoTypeSelectionTypelabel
-
comboReturnMethod
javax.swing.JComboBox<FilterLevel> comboReturnMethod
-
discoMethod
java.lang.String[] discoMethod
-
doubleSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider doubleSlider
-
doubleSlider2
com.fluxicon.slickerbox.components.NiceDoubleSlider doubleSlider2
-
EventAttribute
org.deckfour.xes.classification.XEventClassifier[] EventAttribute
-
PrototypeTypes
PrototypeType[] PrototypeTypes
-
ReturnOptions
SamplingReturnType[] ReturnOptions
-
SimilarityMeasures
SimilarityMeasure[] SimilarityMeasures
-
SubsequenceLength
com.fluxicon.slickerbox.components.NiceIntegerSlider SubsequenceLength
-
-
Class org.processmining.logfiltering.plugins.RepairLog.MatrixFilterWizardPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 8572008504104999027L
-
Serialized Fields
-
adjustingMethodlabel
javax.swing.JLabel adjustingMethodlabel
-
adjustingType
AdjustingType[] adjustingType
-
chooseName
FilterLevel[] chooseName
-
comboAtt
javax.swing.JComboBox<org.deckfour.xes.classification.XEventClassifier> comboAtt
-
comboAttlabel
javax.swing.JLabel comboAttlabel
-
comboFilterMethod
javax.swing.JComboBox<FilterLevel> comboFilterMethod
-
comboFilterMethodolabel
javax.swing.JLabel comboFilterMethodolabel
-
comboFilterSelectionType
javax.swing.JComboBox<FilterSelection> comboFilterSelectionType
-
comboFilterSelectionTypelabel
javax.swing.JLabel comboFilterSelectionTypelabel
-
comboProbabilityComputingMethod
javax.swing.JComboBox<FilterLevel> comboProbabilityComputingMethod
-
comboThresholdAdjustingMethod
javax.swing.JComboBox<FilterLevel> comboThresholdAdjustingMethod
-
doubleSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider doubleSlider
-
EventAttribute
org.deckfour.xes.classification.XEventClassifier[] EventAttribute
-
KeepOrRemove
FilterSelection[] KeepOrRemove
-
probabilityTypelabel
javax.swing.JLabel probabilityTypelabel
-
probabilityTypes
ProbabilityType[] probabilityTypes
-
SubsequenceLength
com.fluxicon.slickerbox.components.NiceIntegerSlider SubsequenceLength
-
-
Class org.processmining.logfiltering.plugins.SamplingForPredictionPlugin.MatrixFilterWizardPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 8572008504104999027L
-
Serialized Fields
-
chooseName
FilterLevel[] chooseName
-
comboAtt
javax.swing.JComboBox<org.deckfour.xes.classification.XEventClassifier> comboAtt
-
comboAttlabel
javax.swing.JLabel comboAttlabel
-
comboFilterMethodolabel
javax.swing.JLabel comboFilterMethodolabel
-
comboFilterSelectionType
javax.swing.JComboBox<FilterSelection> comboFilterSelectionType
-
comboFilterSelectionTypelabel
javax.swing.JLabel comboFilterSelectionTypelabel
-
comboReturnMethod
javax.swing.JComboBox<FilterLevel> comboReturnMethod
-
comboSamplingMethod
javax.swing.JComboBox<FilterLevel> comboSamplingMethod
-
doubleSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider doubleSlider
-
EventAttribute
org.deckfour.xes.classification.XEventClassifier[] EventAttribute
-
KeepOrRemove
FilterSelection[] KeepOrRemove
-
Policylabel
javax.swing.JLabel Policylabel
-
ReturnOptions
SamplingReturnType[] ReturnOptions
-
SamplingOptions
SamplingType[] SamplingOptions
-
Selectionlabel
javax.swing.JLabel Selectionlabel
-
SubsequenceLength
com.fluxicon.slickerbox.components.NiceIntegerSlider SubsequenceLength
-
-
Class org.processmining.logfiltering.plugins.SequenceFilterPlugin.SequenceFilterWizardPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 8572008504104999027L
-
Serialized Fields
-
comboAtt
javax.swing.JComboBox<org.deckfour.xes.classification.XEventClassifier> comboAtt
-
comboAttlabel
javax.swing.JLabel comboAttlabel
-
ConfHighConfSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider ConfHighConfSlider
-
ConfOridnaryRulesSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider ConfOridnaryRulesSlider
-
EventAttribute
org.deckfour.xes.classification.XEventClassifier[] EventAttribute
-
HighSupportPatternSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider HighSupportPatternSlider
-
OddDistance
com.fluxicon.slickerbox.components.NiceIntegerSlider OddDistance
-
SupportHighConfSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider SupportHighConfSlider
-
SupportOridnaryRulesSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider SupportOridnaryRulesSlider
-
-
Class org.processmining.logfiltering.plugins.SimilarityBasedFiltering.MatrixFilterWizardPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 8572008504104999027L
-
Serialized Fields
-
chooseName
FilterLevel[] chooseName
-
comboAtt
javax.swing.JComboBox<org.deckfour.xes.classification.XEventClassifier> comboAtt
-
comboAttlabel
javax.swing.JLabel comboAttlabel
-
comboFilterMethod
javax.swing.JComboBox<FilterLevel> comboFilterMethod
-
comboFilterMethodolabel
javax.swing.JLabel comboFilterMethodolabel
-
comboFilterSelectionType
javax.swing.JComboBox<FilterSelection> comboFilterSelectionType
-
comboFilterSelectionTypelabel
javax.swing.JLabel comboFilterSelectionTypelabel
-
doubleSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider doubleSlider
-
EventAttribute
org.deckfour.xes.classification.XEventClassifier[] EventAttribute
-
KeepOrRemove
FilterSelection[] KeepOrRemove
-
SubsequenceLength
com.fluxicon.slickerbox.components.NiceIntegerSlider SubsequenceLength
-
-
Class org.processmining.logfiltering.plugins.VariantCounterPlugin.MatrixFilterWizardPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 8572008504104999027L
-
Serialized Fields
-
chooseName
FilterLevel[] chooseName
-
comboAtt
javax.swing.JComboBox<org.deckfour.xes.classification.XEventClassifier> comboAtt
-
comboAttlabel
javax.swing.JLabel comboAttlabel
-
comboFilterMethod
javax.swing.JComboBox<FilterLevel> comboFilterMethod
-
comboFilterMethodolabel
javax.swing.JLabel comboFilterMethodolabel
-
comboFilterSelectionType
javax.swing.JComboBox<FilterSelection> comboFilterSelectionType
-
comboFilterSelectionTypelabel
javax.swing.JLabel comboFilterSelectionTypelabel
-
doubleSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider doubleSlider
-
EventAttribute
org.deckfour.xes.classification.XEventClassifier[] EventAttribute
-
KeepOrRemove
FilterSelection[] KeepOrRemove
-
SubsequenceLength
com.fluxicon.slickerbox.components.NiceIntegerSlider SubsequenceLength
-
-
Class org.processmining.logfiltering.plugins.VariantSampelingPlugin.MatrixFilterWizardPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 8572008504104999027L
-
Serialized Fields
-
chooseName
FilterLevel[] chooseName
-
comboAtt
javax.swing.JComboBox<org.deckfour.xes.classification.XEventClassifier> comboAtt
-
comboAttlabel
javax.swing.JLabel comboAttlabel
-
comboFilterMethodolabel
javax.swing.JLabel comboFilterMethodolabel
-
comboFilterSelectionType
javax.swing.JComboBox<FilterSelection> comboFilterSelectionType
-
comboFilterSelectionTypelabel
javax.swing.JLabel comboFilterSelectionTypelabel
-
comboReturnMethod
javax.swing.JComboBox<FilterLevel> comboReturnMethod
-
comboSamplingMethod
javax.swing.JComboBox<FilterLevel> comboSamplingMethod
-
doubleSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider doubleSlider
-
EventAttribute
org.deckfour.xes.classification.XEventClassifier[] EventAttribute
-
KeepOrRemove
FilterSelection[] KeepOrRemove
-
Policylabel
javax.swing.JLabel Policylabel
-
ReturnOptions
SamplingReturnType[] ReturnOptions
-
SamplingOptions
SamplingType[] SamplingOptions
-
Selectionlabel
javax.swing.JLabel Selectionlabel
-
SubsequenceLength
com.fluxicon.slickerbox.components.NiceIntegerSlider SubsequenceLength
-
-
Class org.processmining.logfiltering.plugins.Xes2CSV.SequenceFilterWizardPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 8572008504104999027L
-
Serialized Fields
-
comboAtt
javax.swing.JComboBox<org.deckfour.xes.classification.XEventClassifier> comboAtt
-
comboAttlabel
javax.swing.JLabel comboAttlabel
-
ConfHighConfSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider ConfHighConfSlider
-
ConfOridnaryRulesSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider ConfOridnaryRulesSlider
-
EventAttribute
org.deckfour.xes.classification.XEventClassifier[] EventAttribute
-
HighSupportPatternSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider HighSupportPatternSlider
-
OddDistance
com.fluxicon.slickerbox.components.NiceIntegerSlider OddDistance
-
SupportHighConfSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider SupportHighConfSlider
-
SupportOridnaryRulesSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider SupportOridnaryRulesSlider
-
-
-
Package org.processmining.logfiltering.plugins.Sabya
-
Class org.processmining.logfiltering.plugins.Sabya.RelativeLayout extends java.lang.Object implements Serializable
-
Serialized Fields
-
alignment
float alignment
The alignment of the Components on the other axis of the Container. For X-AXIS this would refer to the Y alignemt. For Y-AXIS this would refer to the X alignment. -
axis
int axis
The axis of the Components within the Container. -
borderGap
int borderGap
The gap (in pixels) used before the leading component and after the trailing component. It can be changed at any time and should be a non-negative integer. -
constraints
java.util.HashMap<java.awt.Component,java.lang.Float> constraints
-
fill
boolean fill
-
fillGap
int fillGap
-
gap
int gap
This is the gap (in pixels) which specifies the space between components It can be changed at any time and should be a non-negative integer. -
roundingPolicy
int roundingPolicy
-
-
-
Class org.processmining.logfiltering.plugins.Sabya.SimplifiedProcessTreePlugin.SimplifiedProcessTreeWizardPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
comboEventClassifier
javax.swing.JComboBox<org.deckfour.xes.classification.XEventClassifier> comboEventClassifier
-
comboEventClassifierLabel
javax.swing.JLabel comboEventClassifierLabel
-
doubleSlider
com.fluxicon.slickerbox.components.NiceDoubleSlider doubleSlider
-
EventClassifier
org.deckfour.xes.classification.XEventClassifier[] EventClassifier
-
frequencyTypeSelectionLabel
javax.swing.JLabel frequencyTypeSelectionLabel
-
frequencyTypeSelectionOptions
javax.swing.JComboBox<java.lang.String> frequencyTypeSelectionOptions
-
-
-
-
Package org.processmining.logfiltering.visualizerPlugin
-
Class org.processmining.logfiltering.visualizerPlugin.RelativeLayout extends java.lang.Object implements Serializable
-
Serialized Fields
-
alignment
float alignment
The alignment of the Components on the other axis of the Container. For X-AXIS this would refer to the Y alignemt. For Y-AXIS this would refer to the X alignment. -
axis
int axis
The axis of the Components within the Container. -
borderGap
int borderGap
The gap (in pixels) used before the leading component and after the trailing component. It can be changed at any time and should be a non-negative integer. -
constraints
java.util.HashMap<java.awt.Component,java.lang.Float> constraints
-
fill
boolean fill
-
fillGap
int fillGap
-
gap
int gap
This is the gap (in pixels) which specifies the space between components It can be changed at any time and should be a non-negative integer. -
roundingPolicy
int roundingPolicy
-
-
-