Serialized Form
-
Package org.processmining.plugins.psd.ui
-
Class org.processmining.plugins.psd.ui.PSDConfigInteractionPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- -8349551417892841532L
-
Serialized Fields
-
buttonGroup
javax.swing.ButtonGroup buttonGroup
-
componentBox
javax.swing.JComboBox componentBox
-
componentLabel
javax.swing.JLabel componentLabel
-
dataEltType
java.lang.String dataEltType
-
dividers
long[] dividers
-
flexibleButton
javax.swing.JRadioButton flexibleButton
-
log
org.deckfour.xes.model.XLog log
-
optionLabel
javax.swing.JLabel optionLabel
-
patButton
com.fluxicon.slickerbox.components.SlickerButton patButton
-
patternTypeLabel
javax.swing.JLabel patternTypeLabel
-
root
PSDVisualizer root
-
seqButton
com.fluxicon.slickerbox.components.SlickerButton seqButton
-
strictButton
javax.swing.JRadioButton strictButton
-
timeBox
javax.swing.JComboBox timeBox
-
timeDivider
long timeDivider
the time divider -
timeSort
java.lang.String timeSort
variables to keep track of the selected time sort -
timeSortLabel
javax.swing.JLabel timeSortLabel
-
timeSorts
java.lang.String[] timeSorts
-
-
Class org.processmining.plugins.psd.ui.PSDDoubleClickTable extends javax.swing.JTable implements Serializable
- serialVersionUID:
- 5958291792370573312L
-
Class org.processmining.plugins.psd.ui.PSDExportInteractionPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1036741994786060955L
-
Serialized Fields
-
exportButton
com.fluxicon.slickerbox.components.SlickerButton exportButton
-
panel
org.processmining.framework.util.ui.scalableview.ScalableViewPanel panel
-
root
PSDVisualizer root
-
scalable
org.processmining.framework.util.ui.scalableview.ScalableComponent scalable
-
-
Class org.processmining.plugins.psd.ui.PSDFilterInteractionPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 6694047846822536166L
-
Serialized Fields
-
bg
javax.swing.ButtonGroup bg
-
buttonPanel
javax.swing.JPanel buttonPanel
-
centerPanel
javax.swing.JPanel centerPanel
-
highBoundField
javax.swing.JTextField highBoundField
-
instanceIDs
java.util.List<java.lang.String> instanceIDs
The timeSort in use -
invertButton
javax.swing.JButton invertButton
-
l0
javax.swing.JLabel l0
-
l1
javax.swing.JLabel l1
-
l2
javax.swing.JLabel l2
-
l3
javax.swing.JLabel l3
-
l4
javax.swing.JLabel l4
-
l5
javax.swing.JLabel l5
-
l6
javax.swing.JLabel l6
-
log
org.deckfour.xes.model.XLog log
The used log -
lowBoundField
javax.swing.JTextField lowBoundField
-
patterns
java.util.List<PSDPattern> patterns
The list of patterns in the pattern diagram -
processInstanceIDsTable
PSDDoubleClickTable processInstanceIDsTable
-
psa
PSDVisualizer psa
-
r0
javax.swing.JRadioButton r0
-
r1
javax.swing.JRadioButton r1
-
r2
javax.swing.JRadioButton r2
-
r3
javax.swing.JRadioButton r3
-
r4
javax.swing.JRadioButton r4
-
searchPanel
javax.swing.JPanel searchPanel
-
selectedInstanceIndices
int[] selectedInstanceIndices
The list of instances in the log that have been selected -
selectionBox0
javax.swing.JComboBox selectionBox0
-
selectionBox1
javax.swing.JComboBox selectionBox1
-
selectionOptions0
java.lang.String[] selectionOptions0
-
selectionOptions1
java.lang.String[] selectionOptions1
-
sequences
java.util.List<PSDSequence> sequences
The list of sequences in the sequence diagram -
tableContainer
javax.swing.JScrollPane tableContainer
-
throughputField0
javax.swing.JTextField throughputField0
-
throughputField1
javax.swing.JTextField throughputField1
-
timeDivider
long timeDivider
-
timeSort
java.lang.String timeSort
-
updateButton
javax.swing.JButton updateButton
-
useButton
javax.swing.JButton useButton
-
westPanel
javax.swing.JPanel westPanel
-
-
Class org.processmining.plugins.psd.ui.PSDPatternPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- -3327129776924368909L
-
Serialized Fields
-
dataElts
java.util.List<java.lang.String> dataElts
The set of data-elements in the diagram -
isExporting
boolean isExporting
-
lifeLines
java.util.Map<java.lang.String,PSDLifeLine> lifeLines
map that maps data-element to the corresponding lifeLine -
paintDiagram
boolean paintDiagram
boolean that is set to true after initialization has taken place -
parent
PSDVisualizer parent
-
patterns
java.util.Map<java.lang.Integer,java.util.Set<PSDPattern>> patterns
map in which the key is frequence of occurence of patterns and value the set of patterns in the diagram that have this frequency -
scale
float scale
The scale at which the paint diagram is to be drawn -
sortedArray
int[] sortedArray
array containing the frequencies of occurrence of patterns -
timeDivider
long timeDivider
The timedivider -
timePerPixel
double timePerPixel
The time per pixel (milliseconds) -
tooltipsOn
boolean tooltipsOn
Variable to check whether tooltips should be displayed or not -
visiblePatterns
java.util.Set<PSDPattern> visiblePatterns
The patterns that are currently visible
-
-
Class org.processmining.plugins.psd.ui.PSDSequencePanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 4201541457367648059L
-
Serialized Fields
-
dataElts
java.util.List<java.lang.String> dataElts
The list of data-elements in the diagram -
firstDate
java.util.Date firstDate
The date at which the first sequence starts -
height
int height
Height of the sequence diagram -
isExporting
boolean isExporting
-
lifeLines
java.util.Map<java.lang.String,PSDLifeLine> lifeLines
map that maps data-element name to the corresponding lifeLine -
paintDiagram
boolean paintDiagram
boolean that is set to true after initialization has taken place -
parent
PSDVisualizer parent
-
pixelsBetween
double pixelsBetween
-
scale
double scale
The scale at which the paint diagram is to be drawn -
sequences
java.util.List<PSDSequence> sequences
The sequences to be drawn in the diagram -
timeDivider
long timeDivider
The time divider -
timePerPixel
double timePerPixel
The time per pixel (milliseconds) -
tooltipsOn
boolean tooltipsOn
Variable to check whether tooltips should be displayed or not -
visibleSequences
java.util.Set<PSDSequence> visibleSequences
The sequences that are currently visible
-
-
Class org.processmining.plugins.psd.ui.PSDVisualizer extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- -1204558302446485770L
-
Serialized Fields
-
beginTotal
java.util.Date beginTotal
-
classifier
org.deckfour.xes.classification.XEventClassifier classifier
-
dataElts
java.util.List<java.lang.String> dataElts
-
dataEltType
java.lang.String dataEltType
-
endTotal
java.util.Date endTotal
-
filterPanel
PSDFilterInteractionPanel filterPanel
-
isStrict
boolean isStrict
-
log
org.deckfour.xes.model.XLog log
-
logInfo
org.deckfour.xes.info.XLogInfo logInfo
-
mainPanel
org.processmining.framework.util.ui.scalableview.ScalableViewPanel mainPanel
-
model
PSDModel model
-
noiseRatio
double noiseRatio
-
patternDrawn
boolean patternDrawn
boolean, set to true when the patterndiagram has been drawn -
patternMap
java.util.Map<java.lang.Integer,java.util.Set<PSDPattern>> patternMap
Map, where frequency of occurence is the key and a Set that contains the patterns that have that frequency of occurence is the value. -
patternPanel
PSDPatternPanel patternPanel
-
patterns
java.util.List<PSDPattern> patterns
-
patternSelected
boolean patternSelected
variable that is true is patternDiagram has been selected, else (sequence diagram selected) false -
scalableComponent
PSDReplaceableScalableComponent scalableComponent
-
scale
float scale
scale at which diagrams are displayed; -
selectedInstanceIndices
int[] selectedInstanceIndices
-
sequencePanel
PSDSequencePanel sequencePanel
-
sequences
java.util.List<PSDSequence> sequences
-
timeDivider
long timeDivider
the time divider -
timeSort
java.lang.String timeSort
variables to keep track of the selected time sort
-
-
Class org.processmining.plugins.psd.ui.PSDZoomInteractionPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- -2776308997217603201L
-
Serialized Fields
-
fitZoom
int fitZoom
-
isChangingVisibility
boolean isChangingVisibility
-
panel
org.processmining.framework.util.ui.scalableview.ScalableViewPanel panel
-
recalculateFit
boolean recalculateFit
-
root
PSDVisualizer root
-
scalable
org.processmining.framework.util.ui.scalableview.ScalableComponent scalable
-
slider
javax.swing.JSlider slider
-
sliderFitValue
javax.swing.JButton sliderFitValue
-
sliderMaxValue
javax.swing.JLabel sliderMaxValue
-
sliderMinValue
javax.swing.JLabel sliderMinValue
-
sliderValue
javax.swing.JLabel sliderValue
-
-