Modifier and Type | Field and Description |
---|---|
protected Attribute[] |
DataManager.keys |
Modifier and Type | Field and Description |
---|---|
protected gnu.trove.map.TObjectIntMap<Attribute> |
DataManager.key2index |
Modifier and Type | Method and Description |
---|---|
Attribute |
DataManager.getAttributeForKey(java.lang.String attribute) |
Attribute[] |
DataManager.getKeys()
returns a list of global keys.
|
Attribute[] |
DataManager.getKeySortedByIndex(byte type)
returns a sorted list of attribute keys of type type.
|
Attribute[] |
DataManager.getKeysSortedAlphabetically()
returns a sorted list of attribute keys.
|
Attribute[] |
DataManager.getKeysSortedAlphabetically(byte type)
returns a sorted list of attribute keys of type type.
|
Attribute[] |
DataManager.getKeysSortedByIndex()
returns a sorted list of attribute keys.
|
Modifier and Type | Method and Description |
---|---|
protected int |
DataManager.buildAttributeIndices(java.util.Collection<? extends org.deckfour.xes.model.XAttribute> attributes,
int index,
gnu.trove.map.TObjectIntMap<Attribute> key2index,
int[] key2count,
gnu.trove.map.TObjectIntMap<java.lang.String> lit2index) |
protected int |
DataManager.writeAttributeContents(org.deckfour.xes.model.XAttributeMap attributes,
byte[] storage,
int ptr,
int keyIndex,
gnu.trove.map.TObjectIntMap<Attribute> key2Index,
gnu.trove.map.TObjectIntMap<java.lang.String> lit2index,
java.util.Set<java.lang.String> errorKeys) |
Modifier and Type | Class and Description |
---|---|
class |
ClassifierAttribute |
Modifier and Type | Method and Description |
---|---|
Attribute |
ClassifierValueCalculator.getAttribute() |
Attribute[] |
IdenticalEventAttributeTraceCalculator.getNewTraceAttributes() |
Constructor and Description |
---|
RelativeTimeAttributeCalculator(LogView view,
java.lang.String weekDay,
java.lang.String dayTime,
java.lang.String weekTime,
java.lang.String caseTime,
Attribute eventTimestamp,
Attribute traceStartTime) |
StartEndTimeTraceCalculator(LogView view,
Attribute eventTimestamp,
java.lang.String startTime,
java.lang.String endTime,
java.lang.String duration) |
Modifier and Type | Field and Description |
---|---|
protected Attribute |
AbstractEventFilter.attribute |
Constructor and Description |
---|
AbstractEventFilter(LogView view,
Attribute attribute) |
BooleanAttributeFilter(LogView view,
Attribute attribute,
boolean keepTrue,
boolean keepFalse)
keeps events if the attribute value is true if keepTrue is set and if the
value is false if keepFalse is set.
|
ContinuousRangeAttributeFilter(LogView view,
Attribute attribute,
double min,
double max,
boolean inverted)
Keeps events as long as the value of the given attribute is the range
[min, max] (inclusive) If inverted is set to true, then events are kept
as long as the value of the given attribute is outside the range [min,
max] (exclusive)
|
DiscreteRangeAttributeFilter(LogView view,
Attribute attribute,
long min,
long max,
boolean inverted)
Keeps events as long as the value of the given attribute is the range
[min, max] (inclusive) If inverted is set to true, then events are kept
as long as the value of the given attribute is outside the range [min,
max] (exclusive)
|
LiteralAttributeFilter(LogView view,
Attribute attribute,
int... literalIndicesToKeep) |
Modifier and Type | Method and Description |
---|---|
Attribute[] |
AbstractAttributable.getAttributeKeys() |
Attribute[] |
LightTrace.getAttributeKeys() |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractAttributable.getAttributeValueBoolean(Attribute key) |
boolean |
LightTrace.getAttributeValueBoolean(Attribute key) |
double |
AbstractAttributable.getAttributeValueContinuous(Attribute key) |
double |
LightTrace.getAttributeValueContinuous(Attribute key) |
long |
AbstractAttributable.getAttributeValueDiscrete(Attribute key) |
long |
LightTrace.getAttributeValueDiscrete(Attribute key) |
java.lang.String |
AbstractAttributable.getAttributeValueLiteral(Attribute key) |
java.lang.String |
LightTrace.getAttributeValueLiteral(Attribute key) |
int |
AbstractAttributable.getAttributeValueLiteralIndex(Attribute key) |
int |
LightTrace.getAttributeValueLiteralIndex(Attribute key) |
long |
AbstractAttributable.getAttributeValueTimestamp(Attribute key) |
long |
LightTrace.getAttributeValueTimestamp(Attribute key) |
Modifier and Type | Method and Description |
---|---|
Attribute |
DottedChart.getAttribute(DottedChart.AttributeType type) |
Attribute |
DottedChart.getColorAttribute() |
Attribute |
DottedChart.getShapeAttribute() |
Attribute |
DottedChart.getXAxisAttribute() |
Attribute |
DottedChart.getYAxisAttribute() |
Modifier and Type | Method and Description |
---|---|
void |
DottedChart.setAttribute(DottedChart.AttributeType type,
Attribute attribute,
boolean signalChange) |
void |
DottedChart.setColorAttribute(Attribute colorAttribute,
boolean signalChange) |
void |
DottedChart.setShapeAttribute(Attribute shapeAttribute,
boolean signalChange) |
void |
DottedChart.setXAxisAttribute(Attribute attribute,
boolean signalChange) |
void |
DottedChart.setYAxisAttribute(Attribute attribute,
boolean signalChange) |
Constructor and Description |
---|
DottedChart(LogView log,
Attribute xAttribute,
Attribute yAttribute,
Attribute colorAttribute,
Attribute shapeAttribute) |
Modifier and Type | Field and Description |
---|---|
protected Attribute |
AbstractAttributeFilterPanel.attribute |
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JComboBox<Attribute> |
AbstractAttributeFilterPanel.attributeComboBox |
Modifier and Type | Method and Description |
---|---|
Attribute |
AttributeComboBoxModel.getElementAt(int index) |
Attribute |
AttributeComboBoxModel.getSelectedItem() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Attribute,V> |
AbstractAttributeFilterPanel.getAttribute2Selected() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAttributeFilterPanel.attributeDeselected(Attribute a) |
protected void |
AbstractAttributeFilterPanel.attributeSelected(Attribute a) |
protected EventFilter |
ContinuousAttributeFilterPanel.getEventFilter(Attribute a,
double[] selectedValue) |
protected EventFilter |
BooleanAttributeFilterPanel.getEventFilter(Attribute a,
int[] selectedIndices) |
protected EventFilter |
LiteralAttributeFilterPanel.getEventFilter(Attribute a,
int[] selectedIndices) |
protected EventFilter |
AbsoluteTimestampAttributeFilterPanel.getEventFilter(Attribute a,
long[] selectedValue) |
protected EventFilter |
DiscreteAttributeFilterPanel.getEventFilter(Attribute a,
long[] selectedValue) |
protected EventFilter |
RelativeTimestampAttributeFilterPanel.getEventFilter(Attribute a,
long[] selectedValue) |
protected abstract EventFilter |
AbstractAttributeFilterPanel.getEventFilter(Attribute a,
V selectedValue) |
protected Histogram |
AbsoluteTimestampAttributeFilterPanel.getHistogram(Attribute a,
Statistics stats,
int buckets) |
protected abstract Histogram |
AbstractRangeAttributeFilterPanel.getHistogram(Attribute a,
Statistics stats,
int buckets) |
protected Histogram |
ContinuousAttributeFilterPanel.getHistogram(Attribute a,
Statistics stats,
int buckets) |
protected Histogram |
DiscreteAttributeFilterPanel.getHistogram(Attribute a,
Statistics stats,
int buckets) |
protected Histogram |
RelativeTimestampAttributeFilterPanel.getHistogram(Attribute a,
Statistics stats,
int buckets) |
protected Statistics |
AbsoluteTimestampAttributeFilterPanel.getStatistics(Attribute a) |
protected abstract Statistics |
AbstractRangeAttributeFilterPanel.getStatistics(Attribute a) |
protected Statistics |
ContinuousAttributeFilterPanel.getStatistics(Attribute a) |
protected Statistics |
DiscreteAttributeFilterPanel.getStatistics(Attribute a) |
protected Statistics |
RelativeTimestampAttributeFilterPanel.getStatistics(Attribute a) |
protected void |
BooleanAttributeFilterPanel.setAttribute(Attribute a,
int[] selectedIndices) |
protected void |
LiteralAttributeFilterPanel.setAttribute(Attribute a,
int[] selectedIndices) |
protected abstract void |
AbstractAttributeFilterPanel.setAttribute(Attribute a,
V selectedValue) |
protected void |
AbstractRangeAttributeFilterPanel.setAttribute(Attribute a,
V selectedValue) |
protected void |
ContinuousAttributeFilterPanel.setSliderValues(Attribute a,
double[] selectedValue) |
protected void |
AbsoluteTimestampAttributeFilterPanel.setSliderValues(Attribute a,
long[] selectedValue) |
protected void |
DiscreteAttributeFilterPanel.setSliderValues(Attribute a,
long[] selectedValue) |
protected void |
RelativeTimestampAttributeFilterPanel.setSliderValues(Attribute a,
long[] selectedValue) |
protected abstract void |
AbstractRangeAttributeFilterPanel.setSliderValues(Attribute a,
V selectedValue) |
Constructor and Description |
---|
AbstractAttributeFilterPanel(LogView view,
byte attributeType,
java.util.Map<Attribute,V> attribute2selected,
AttributeFilterPanel.Type type) |
AbstractRangeAttributeFilterPanel(LogView view,
byte attributeType,
java.util.Map<Attribute,V> map,
AttributeFilterPanel.Type type) |
AttributeFilterDialog(javax.swing.JFrame owner,
DottedChart chart,
java.util.Map<Attribute,int[]> attribute2selected) |
BooleanAttributeFilterPanel(LogView view,
java.util.Map<Attribute,int[]> attribute2selected,
AttributeFilterPanel.Type type) |
LiteralAttributeFilterPanel(LogView view,
java.util.Map<Attribute,int[]> attribute2selected,
AttributeFilterPanel.Type type) |
Modifier and Type | Method and Description |
---|---|
protected void |
DottedChartPanel.handleAttributeChangeEvent(javax.swing.JComboBox<Attribute> combo,
DottedChart.AttributeType type,
java.lang.String name) |
Modifier and Type | Field and Description |
---|---|
protected Attribute |
AbstractEventBasedTraceSorter.attribute |
Constructor and Description |
---|
AbstractEventBasedTraceSorter(LogView view,
Attribute attribute) |
FirstEventAttributeTraceSorter(LogView view,
Attribute attribute) |
LastEventAttributeTraceSorter(LogView view,
Attribute attribute) |
TraceAttributeSorter(LogView view,
Attribute attribute) |