Serialized Form
-
Package org.processmining.logprojection
-
Class org.processmining.logprojection.Attribute extends java.lang.Object implements Serializable
- serialVersionUID:
- -6323807930862393362L
-
Serialized Fields
-
defaultValue
long defaultValue
-
isEvent
boolean isEvent
-
key
char[] key
-
prefix
java.lang.String prefix
-
type
byte type
-
-
Class org.processmining.logprojection.DataManager extends java.lang.Object implements Serializable
- serialVersionUID:
- 7999782581473915686L
-
Serialization Methods
-
readObject
public T readObject(int number)
-
-
Serialized Fields
-
blocks
int blocks
-
blockSize
int blockSize
-
bytesReservedPerObject
int bytesReservedPerObject
-
handlesEventAttributes
boolean handlesEventAttributes
-
headerSize
int headerSize
-
key2index
gnu.trove.map.TObjectIntMap<Attribute> key2index
-
keys
Attribute[] keys
-
mask
int mask
-
numberOfObjects
int numberOfObjects
-
shift
int shift
-
store
byte[][] store
-
stringHandler
DataManager.StringHandler stringHandler
-
type2count
int[] type2count
-
usedBytesPerObject
int usedBytesPerObject
-
-
Class org.processmining.logprojection.LogView extends java.lang.Object implements Serializable
- serialVersionUID:
- 5922420564904570094L
-
Serialized Fields
-
classifiers
java.util.ArrayList<org.deckfour.xes.classification.XEventClassifier> classifiers
-
eventManager
XEventDataManager eventManager
-
index2lit
char[][][] index2lit
-
key2extension
java.util.HashMap<java.lang.String,org.deckfour.xes.extension.XExtension> key2extension
-
litBlockSize
int litBlockSize
-
literalBlocks
int literalBlocks
-
literals
int literals
-
logManager
XLogDataManager logManager
-
numberOfEvents
int numberOfEvents
-
numberOfTraces
int numberOfTraces
-
traceManager
XTraceDataManager traceManager
-
traces
int[] traces
-
-
Class org.processmining.logprojection.XEventDataManager extends DataManager<org.deckfour.xes.model.XEvent> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key2extension
java.util.Map<java.lang.String,org.deckfour.xes.extension.XExtension> key2extension
-
-
Class org.processmining.logprojection.XLogDataManager extends DataManager<org.deckfour.xes.model.XLog> implements Serializable
- serialVersionUID:
- 6865142675611928825L
-
Serialized Fields
-
key2extension
java.util.Map<java.lang.String,org.deckfour.xes.extension.XExtension> key2extension
-
-
Class org.processmining.logprojection.XTraceDataManager extends DataManager<org.deckfour.xes.model.XTrace> implements Serializable
- serialVersionUID:
- 6437630112142200957L
-
Serialized Fields
-
key2extension
java.util.Map<java.lang.String,org.deckfour.xes.extension.XExtension> key2extension
-
-
-
Package org.processmining.logprojection.abstraction.util
-
Class org.processmining.logprojection.abstraction.util.TIntArrayIntHashMap extends gnu.trove.map.hash.TObjectIntHashMap<int[]> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput arg0) throws java.io.IOException- Throws:
java.io.IOException
-
-
-
-
Package org.processmining.logprojection.calculators
-
Class org.processmining.logprojection.calculators.ClassifierAttribute extends Attribute implements Serializable
- serialVersionUID:
- -8552577681192375485L
-
Serialized Fields
-
keys
java.lang.String[] keys
-
-
Class org.processmining.logprojection.calculators.XLightLiteralAttribute extends java.lang.Object implements Serializable
- serialVersionUID:
- -6155157039186992717L
-
Serialized Fields
-
key
java.lang.String key
-
value
java.lang.String value
-
xExtension
org.deckfour.xes.extension.XExtension xExtension
-
-
Class org.processmining.logprojection.calculators.XLightLiteralAttribute.WithIndex extends XLightLiteralAttribute implements Serializable
- serialVersionUID:
- -3317890660377267450L
-
Serialized Fields
-
index
int index
-
-
Class org.processmining.logprojection.calculators.XLightTimestampAttribute extends java.lang.Object implements Serializable
- serialVersionUID:
- 5968014503327087854L
-
Serialized Fields
-
key
java.lang.String key
-
value
long value
-
xExtension
org.deckfour.xes.extension.XExtension xExtension
-
-
-
Package org.processmining.logprojection.plugins.dottedchart
-
Class org.processmining.logprojection.plugins.dottedchart.DottedChart extends org.jfree.chart.plot.Plot implements Serializable
- serialVersionUID:
- 7871545897358563521L
-
Serialized Fields
-
colorAndShape
char[] colorAndShape
-
colorAttribute
Attribute colorAttribute
-
colorLabels
java.lang.String[] colorLabels
-
colorMap
java.awt.Color[] colorMap
-
dateFormat
java.text.DateFormat dateFormat
-
domainAxis
org.jfree.chart.axis.ValueAxis domainAxis
The domain axis (used for the x-values). -
domainGridlinesVisible
boolean domainGridlinesVisible
A flag that controls whether the domain grid-lines are visible. -
dotScale
double dotScale
-
dotSize
double dotSize
-
eventFilterSet
java.util.Set<EventFilter> eventFilterSet
-
first
boolean first
-
intensityChart
IntensityChart intensityChart
-
intensityPanel
javax.swing.JPanel intensityPanel
-
lastRenderTime
double lastRenderTime
-
lines
boolean lines
-
log
LogView log
-
maxDotCount
float maxDotCount
-
minimumSize
double minimumSize
-
numVisisbleEvents
int numVisisbleEvents
-
random
org.processmining.logprojection.plugins.dottedchart.DottedChart.Random random
-
rangeAxis
org.jfree.chart.axis.ValueAxis rangeAxis
The range axis (used for the y-values). -
rangeGridlinesVisible
boolean rangeGridlinesVisible
A flag that controls whether the range grid-lines are visible. -
read
java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock read
-
rwLock
java.util.concurrent.locks.ReentrantReadWriteLock rwLock
-
shapeAttribute
Attribute shapeAttribute
-
shapeLabels
java.lang.String[] shapeLabels
-
shapeMap
byte[] shapeMap
-
write
java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock write
-
xAttribute
Attribute xAttribute
-
xAttributeIndex
int xAttributeIndex
-
xBucketCount
int[][] xBucketCount
-
xCategory2LitIndex
gnu.trove.map.TIntObjectMap<org.processmining.logprojection.plugins.dottedchart.DottedChart.CategoryInfo> xCategory2LitIndex
-
xDataLength
double xDataLength
-
xDataRange
org.jfree.data.Range xDataRange
The x data range. -
xIsDiscrete
boolean xIsDiscrete
-
xStats
Statistics xStats
-
yAttribute
Attribute yAttribute
-
yAttributeIndex
int yAttributeIndex
-
yCategory2LitIndex
gnu.trove.map.TIntObjectMap<org.processmining.logprojection.plugins.dottedchart.DottedChart.CategoryInfo> yCategory2LitIndex
-
yDataLength
double yDataLength
-
yDataRange
org.jfree.data.Range yDataRange
The y data range. -
yIsDiscrete
boolean yIsDiscrete
-
yStats
Statistics yStats
-
-
Class org.processmining.logprojection.plugins.dottedchart.DottedChart.DottedChartException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -5371513609048188840L
-
Class org.processmining.logprojection.plugins.dottedchart.LiteralAxis extends org.jfree.chart.axis.NumberAxis implements Serializable
- serialVersionUID:
- 7216330468770619716L
-
Serialized Fields
-
gridBandsVisible
boolean gridBandsVisible
Flag that indicates whether or not grid bands are visible. -
literalIndices
int[] literalIndices
-
manager
DataManager<?> manager
-
-
-
Package org.processmining.logprojection.plugins.dottedchart.filtering
-
Class org.processmining.logprojection.plugins.dottedchart.filtering.AbsoluteTimestampAttributeFilterPanel extends AbstractRangeAttributeFilterPanel<long[]> implements Serializable
- serialVersionUID:
- 5500143718929691982L
-
Class org.processmining.logprojection.plugins.dottedchart.filtering.AbstractAttributeFilterPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 358268605631483900L
-
Serialized Fields
-
attribute
Attribute attribute
-
attribute2selected
java.util.Map<Attribute,V> attribute2selected
-
attributeComboBox
javax.swing.JComboBox<Attribute> attributeComboBox
-
model
AttributeComboBoxModel model
-
northPanel
javax.swing.JPanel northPanel
-
toAdd
java.util.List<EventFilter> toAdd
-
toRemove
java.util.List<EventFilter> toRemove
-
type
AttributeFilterPanel.Type type
-
view
LogView view
-
-
Class org.processmining.logprojection.plugins.dottedchart.filtering.AbstractRangeAttributeFilterPanel extends AbstractAttributeFilterPanel<V> implements Serializable
- serialVersionUID:
- -4475556594641291329L
-
Serialized Fields
-
conversion
double conversion
-
histogramPanel
HistogramPanel histogramPanel
-
labels
javax.swing.JLabel[] labels
-
maxSlider
javax.swing.JSlider maxSlider
-
maxSliderValue
javax.swing.JLabel maxSliderValue
-
middleLabel
javax.swing.JLabel middleLabel
-
minimum
double minimum
-
minSlider
javax.swing.JSlider minSlider
-
minSliderValue
javax.swing.JLabel minSliderValue
-
sliderPanel
javax.swing.JPanel sliderPanel
-
topLabel
javax.swing.JLabel topLabel
-
-
Class org.processmining.logprojection.plugins.dottedchart.filtering.AttributeComboBoxModel extends javax.swing.AbstractListModel<Attribute> implements Serializable
- serialVersionUID:
- 314329210602187258L
-
Class org.processmining.logprojection.plugins.dottedchart.filtering.AttributeFilterDialog extends javax.swing.JDialog implements Serializable
- serialVersionUID:
- -2426901678654855237L
-
Serialized Fields
-
applyButton
javax.swing.JButton applyButton
-
chart
DottedChart chart
-
closeButton
javax.swing.JButton closeButton
-
panels
java.util.List<AttributeFilterPanel> panels
-
-
Class org.processmining.logprojection.plugins.dottedchart.filtering.BooleanAttributeFilterPanel extends AbstractAttributeFilterPanel<int[]> implements Serializable
- serialVersionUID:
- 358268605631483900L
-
Serialized Fields
-
list
javax.swing.JList<java.lang.Boolean> list
-
listModel
javax.swing.DefaultListModel<java.lang.Boolean> listModel
-
values
boolean[] values
-
-
Class org.processmining.logprojection.plugins.dottedchart.filtering.ContinuousAttributeFilterPanel extends AbstractRangeAttributeFilterPanel<double[]> implements Serializable
- serialVersionUID:
- 5500143718929691982L
-
Serialized Fields
-
conversion
double conversion
-
minimum
double minimum
-
-
Class org.processmining.logprojection.plugins.dottedchart.filtering.DiscreteAttributeFilterPanel extends AbstractRangeAttributeFilterPanel<long[]> implements Serializable
- serialVersionUID:
- 5500143718929691982L
-
Class org.processmining.logprojection.plugins.dottedchart.filtering.HistogramPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 6221012110480829177L
-
Serialized Fields
-
buckets
int buckets
-
bucketWidth
double bucketWidth
-
drawWidth
int drawWidth
-
histogram
Histogram histogram
-
inverted
boolean inverted
-
max
double max
-
maxBucketSize
double maxBucketSize
-
min
double min
-
-
Class org.processmining.logprojection.plugins.dottedchart.filtering.LiteralAttributeFilterPanel extends AbstractAttributeFilterPanel<int[]> implements Serializable
- serialVersionUID:
- 358268605631483900L
-
Serialized Fields
-
indices
int[] indices
-
list
javax.swing.JList<java.lang.String> list
-
listModel
javax.swing.DefaultListModel<java.lang.String> listModel
-
values
java.lang.String[] values
-
-
Class org.processmining.logprojection.plugins.dottedchart.filtering.RelativeTimestampAttributeFilterPanel extends AbstractRangeAttributeFilterPanel<long[]> implements Serializable
- serialVersionUID:
- 5500143718929691982L
-
-
Package org.processmining.logprojection.plugins.dottedchart.ui
-
Class org.processmining.logprojection.plugins.dottedchart.ui.DottedChartInspector extends org.processmining.framework.util.ui.widgets.InspectorPanel implements Serializable
-
Serialized Fields
-
panel
DottedChartPanel panel
-
-
-
Class org.processmining.logprojection.plugins.dottedchart.ui.DottedChartPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- -2608191752875997163L
-
Serialized Fields
-
chart
org.jfree.chart.JFreeChart chart
-
chartPanel
ToolTipChartPanel chartPanel
-
colorCombo
javax.swing.JComboBox<Attribute> colorCombo
-
dotSizeSlider
javax.swing.JSlider dotSizeSlider
-
dottedChart
DottedChart dottedChart
-
drawLinesCheck
javax.swing.JCheckBox drawLinesCheck
-
eventGlobals
Attribute[] eventGlobals
-
executor
java.util.concurrent.ExecutorService executor
-
messageLabel
javax.swing.JLabel messageLabel
-
selectionPanel
javax.swing.JPanel selectionPanel
-
shapeCombo
javax.swing.JComboBox<Attribute> shapeCombo
-
statCombo
javax.swing.JComboBox<Attribute> statCombo
-
statisticsLabel
javax.swing.JLabel statisticsLabel
-
traceGlobals
Attribute[] traceGlobals
-
traceSortCombo
javax.swing.JComboBox<TraceSorter> traceSortCombo
-
traceSorters
TraceSorter[] traceSorters
-
view
LogView view
-
westPanel
javax.swing.JPanel westPanel
-
xAxisCombo
javax.swing.JComboBox<Attribute> xAxisCombo
-
yAxisCombo
javax.swing.JComboBox<Attribute> yAxisCombo
-
-
Class org.processmining.logprojection.plugins.dottedchart.ui.LegendDialog extends javax.swing.JScrollPane implements Serializable
-
Serialized Fields
-
dottedChart
DottedChart dottedChart
-
panel
javax.swing.JPanel panel
-
-
-
Class org.processmining.logprojection.plugins.dottedchart.ui.ToolTipChartPanel extends org.jfree.chart.ChartPanel implements Serializable
- serialVersionUID:
- 8912656236354079153L
-
Serialized Fields
-
all2xLogItem
javax.swing.JMenuItem all2xLogItem
-
dottedChart
DottedChart dottedChart
-
executor
java.util.concurrent.ExecutorService executor
-
exportListener
ExportListener exportListener
-
filterDialog
AttributeFilterDialog filterDialog
-
filterItem
javax.swing.JMenuItem filterItem
-
view2xLogItem
javax.swing.JMenuItem view2xLogItem
-
-