Uses of Class
org.processmining.logprojection.Attribute
-
-
Uses of Attribute in org.processmining.logprojection
Fields in org.processmining.logprojection declared as Attribute Modifier and Type Field Description protected Attribute[]DataManager. keysFields in org.processmining.logprojection with type parameters of type Attribute Modifier and Type Field Description protected gnu.trove.map.TObjectIntMap<Attribute>DataManager. key2indexMethods in org.processmining.logprojection that return Attribute Modifier and Type Method Description AttributeDataManager. 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.Methods in org.processmining.logprojection with parameters of type Attribute Modifier and Type Method Description voidDataManager. addAttributes(DataManager.AttributeValueCalculator<T> calculator, Attribute... newAttribute)adds an attribute to each object in the store.intAttribute. compareTo(Attribute o)booleanDataManager. containsKey(Attribute key)org.deckfour.xes.model.XAttributeDataManager. getAttribute(int number, Attribute attribute, java.util.Map<java.lang.String,org.deckfour.xes.extension.XExtension> key2extension)booleanDataManager. getAttributeValueBoolean(int object, Attribute key)doubleDataManager. getAttributeValueContinuous(int object, Attribute key)longDataManager. getAttributeValueDiscrete(int object, Attribute key)int[]DataManager. getAttributeValueIndicesLiteral(Attribute attribute, boolean sort)java.lang.StringDataManager. getAttributeValueLiteral(int object, Attribute key)intDataManager. getAttributeValueLiteralIndex(int object, Attribute key)boolean[]DataManager. getAttributeValuesBoolean(Attribute attribute, boolean sort)double[]DataManager. getAttributeValuesContinuous(Attribute attribute, boolean sort)long[]DataManager. getAttributeValuesDiscrete(Attribute attribute, boolean sort)java.lang.String[]DataManager. getAttributeValuesLiteral(Attribute attribute, boolean sort)java.lang.String[]DataManager. getAttributeValuesLiteral(Attribute attribute, int[] indices)long[]DataManager. getAttributeValuesTimestamp(Attribute attribute, boolean sort)longDataManager. getAttributeValueTimestamp(int object, Attribute key)byte[]DataManager. getBytes(Attribute attribute, int number)intLogView. getDifferentValueCount(Attribute a)StatisticsWithSpanLogView. getEventStatisticsContinuous(Attribute attribute)StatisticsWithSpanLogView. getEventStatisticsDiscrete(Attribute attribute)StatisticsWithSpanLogView. getEventStatisticsTimestamp(Attribute attribute)Histogram.DoubleDataManager. getHistogramContinuous(Attribute attribute, Statistics.Double s, int buckets)HistogramLogView. getHistogramContinuous(Attribute attribute, Statistics stats, int buckets)Histogram.LongDataManager. getHistogramDiscrete(Attribute attribute, Statistics.Long s, int buckets)HistogramLogView. getHistogramDiscrete(Attribute attribute, Statistics stats, int buckets)Histogram.LongDataManager. getHistogramTimestamp(Attribute attribute, Statistics.Long s, int buckets)HistogramLogView. getHistogramTimestamp(Attribute attribute, Statistics stats, int buckets)intDataManager. getKeyIndex(Attribute attribute)Statistics.DoubleDataManager. getStatisticsContinuous(Attribute attribute)StatisticsLogView. getStatisticsContinuous(Attribute attribute)Statistics.LongDataManager. getStatisticsDiscrete(Attribute attribute)StatisticsLogView. getStatisticsDiscrete(Attribute attribute)Statistics.LongDataManager. getStatisticsTimestamp(Attribute attribute)StatisticsLogView. getStatisticsTimestamp(Attribute attribute)StatisticsLogView. getTraceStatisticsContinuous(Attribute attribute)StatisticsLogView. getTraceStatisticsDiscrete(Attribute attribute)StatisticsLogView. getTraceStatisticsTimestamp(Attribute attribute)booleanDataManager. isType(Attribute key, byte type)protected voidDataManager. readAttributeIntoScope(Attribute[] globalKeys, int ptr, byte[] storage, int keyIndex, org.deckfour.xes.model.XAttributeMap attributes, java.util.Map<java.lang.String,org.deckfour.xes.extension.XExtension> key2extension, boolean forAddingAttributes)Method parameters in org.processmining.logprojection with type arguments of type Attribute Modifier and Type Method Description protected intDataManager. 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 intDataManager. 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) -
Uses of Attribute in org.processmining.logprojection.calculators
Subclasses of Attribute in org.processmining.logprojection.calculators Modifier and Type Class Description classClassifierAttributeFields in org.processmining.logprojection.calculators declared as Attribute Modifier and Type Field Description protected AttributeAbstractCategoryCalculator. originalAttributeprotected AttributeAbstractCategoryCalculator. resultAttributeMethods in org.processmining.logprojection.calculators that return Attribute Modifier and Type Method Description AttributeClassifierValueCalculator. getAttribute()AttributeAbstractCategoryCalculator. getAttributes()Attribute[]IdenticalEventAttributeTraceCalculator. getNewTraceAttributes()Constructors in org.processmining.logprojection.calculators with parameters of type Attribute Constructor Description ContinuousCategoryCalculator(LogView view, Attribute continuousAttribute, boolean event)DiscreteCategoryCalculator(LogView view, Attribute discreteAttribute, boolean event)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) -
Uses of Attribute in org.processmining.logprojection.filters
Fields in org.processmining.logprojection.filters declared as Attribute Modifier and Type Field Description protected AttributeAbstractEventFilter. attributeConstructors in org.processmining.logprojection.filters with parameters of type Attribute Constructor 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) -
Uses of Attribute in org.processmining.logprojection.lightxlog
Methods in org.processmining.logprojection.lightxlog that return Attribute Modifier and Type Method Description Attribute[]AbstractAttributable. getAttributeKeys()Attribute[]LightTrace. getAttributeKeys()Methods in org.processmining.logprojection.lightxlog with parameters of type Attribute Modifier and Type Method Description booleanAbstractAttributable. getAttributeValueBoolean(Attribute key)booleanLightTrace. getAttributeValueBoolean(Attribute key)doubleAbstractAttributable. getAttributeValueContinuous(Attribute key)doubleLightTrace. getAttributeValueContinuous(Attribute key)longAbstractAttributable. getAttributeValueDiscrete(Attribute key)longLightTrace. getAttributeValueDiscrete(Attribute key)java.lang.StringAbstractAttributable. getAttributeValueLiteral(Attribute key)java.lang.StringLightTrace. getAttributeValueLiteral(Attribute key)intAbstractAttributable. getAttributeValueLiteralIndex(Attribute key)intLightTrace. getAttributeValueLiteralIndex(Attribute key)longAbstractAttributable. getAttributeValueTimestamp(Attribute key)longLightTrace. getAttributeValueTimestamp(Attribute key) -
Uses of Attribute in org.processmining.logprojection.plugins.dottedchart
Methods in org.processmining.logprojection.plugins.dottedchart that return Attribute Modifier and Type Method Description AttributeDottedChart. getAttribute(DottedChart.AttributeType type)AttributeDottedChart. getColorAttribute()AttributeDottedChart. getShapeAttribute()AttributeDottedChart. getXAxisAttribute()AttributeDottedChart. getYAxisAttribute()Methods in org.processmining.logprojection.plugins.dottedchart with parameters of type Attribute Modifier and Type Method Description voidDottedChart. setAttribute(DottedChart.AttributeType type, Attribute attribute, boolean signalChange)voidDottedChart. setColorAttribute(Attribute colorAttribute, boolean signalChange)voidDottedChart. setShapeAttribute(Attribute shapeAttribute, boolean signalChange)voidDottedChart. setXAxisAttribute(Attribute attribute, boolean signalChange)voidDottedChart. setYAxisAttribute(Attribute attribute, boolean signalChange)Constructors in org.processmining.logprojection.plugins.dottedchart with parameters of type Attribute Constructor Description DottedChart(LogView log, Attribute xAttribute, Attribute yAttribute, Attribute colorAttribute, Attribute shapeAttribute) -
Uses of Attribute in org.processmining.logprojection.plugins.dottedchart.filtering
Fields in org.processmining.logprojection.plugins.dottedchart.filtering declared as Attribute Modifier and Type Field Description protected AttributeAbstractAttributeFilterPanel. attributeFields in org.processmining.logprojection.plugins.dottedchart.filtering with type parameters of type Attribute Modifier and Type Field Description protected javax.swing.JComboBox<Attribute>AbstractAttributeFilterPanel. attributeComboBoxMethods in org.processmining.logprojection.plugins.dottedchart.filtering that return Attribute Modifier and Type Method Description AttributeAttributeComboBoxModel. getElementAt(int index)AttributeAttributeComboBoxModel. getSelectedItem()Methods in org.processmining.logprojection.plugins.dottedchart.filtering that return types with arguments of type Attribute Modifier and Type Method Description java.util.Map<Attribute,V>AbstractAttributeFilterPanel. getAttribute2Selected()Methods in org.processmining.logprojection.plugins.dottedchart.filtering with parameters of type Attribute Modifier and Type Method Description protected voidAbstractAttributeFilterPanel. attributeDeselected(Attribute a)protected voidAbstractAttributeFilterPanel. attributeSelected(Attribute a)protected EventFilterAbsoluteTimestampAttributeFilterPanel. getEventFilter(Attribute a, long[] selectedValue)protected abstract EventFilterAbstractAttributeFilterPanel. getEventFilter(Attribute a, V selectedValue)protected EventFilterBooleanAttributeFilterPanel. getEventFilter(Attribute a, int[] selectedIndices)protected EventFilterContinuousAttributeFilterPanel. getEventFilter(Attribute a, double[] selectedValue)protected EventFilterDiscreteAttributeFilterPanel. getEventFilter(Attribute a, long[] selectedValue)protected EventFilterLiteralAttributeFilterPanel. getEventFilter(Attribute a, int[] selectedIndices)protected EventFilterRelativeTimestampAttributeFilterPanel. getEventFilter(Attribute a, long[] selectedValue)protected HistogramAbsoluteTimestampAttributeFilterPanel. getHistogram(Attribute a, Statistics stats, int buckets)protected abstract HistogramAbstractRangeAttributeFilterPanel. getHistogram(Attribute a, Statistics stats, int buckets)protected HistogramContinuousAttributeFilterPanel. getHistogram(Attribute a, Statistics stats, int buckets)protected HistogramDiscreteAttributeFilterPanel. getHistogram(Attribute a, Statistics stats, int buckets)protected HistogramRelativeTimestampAttributeFilterPanel. getHistogram(Attribute a, Statistics stats, int buckets)protected StatisticsAbsoluteTimestampAttributeFilterPanel. getStatistics(Attribute a)protected abstract StatisticsAbstractRangeAttributeFilterPanel. getStatistics(Attribute a)protected StatisticsContinuousAttributeFilterPanel. getStatistics(Attribute a)protected StatisticsDiscreteAttributeFilterPanel. getStatistics(Attribute a)protected StatisticsRelativeTimestampAttributeFilterPanel. getStatistics(Attribute a)protected abstract voidAbstractAttributeFilterPanel. setAttribute(Attribute a, V selectedValue)protected voidAbstractRangeAttributeFilterPanel. setAttribute(Attribute a, V selectedValue)protected voidBooleanAttributeFilterPanel. setAttribute(Attribute a, int[] selectedIndices)protected voidLiteralAttributeFilterPanel. setAttribute(Attribute a, int[] selectedIndices)protected voidAbsoluteTimestampAttributeFilterPanel. setSliderValues(Attribute a, long[] selectedValue)protected abstract voidAbstractRangeAttributeFilterPanel. setSliderValues(Attribute a, V selectedValue)protected voidContinuousAttributeFilterPanel. setSliderValues(Attribute a, double[] selectedValue)protected voidDiscreteAttributeFilterPanel. setSliderValues(Attribute a, long[] selectedValue)protected voidRelativeTimestampAttributeFilterPanel. setSliderValues(Attribute a, long[] selectedValue)Constructor parameters in org.processmining.logprojection.plugins.dottedchart.filtering with type arguments of type Attribute Constructor 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) -
Uses of Attribute in org.processmining.logprojection.plugins.dottedchart.ui
Method parameters in org.processmining.logprojection.plugins.dottedchart.ui with type arguments of type Attribute Modifier and Type Method Description protected voidDottedChartPanel. handleAttributeChangeEvent(javax.swing.JComboBox<Attribute> combo, DottedChart.AttributeType type, java.lang.String name) -
Uses of Attribute in org.processmining.logprojection.sorting
Fields in org.processmining.logprojection.sorting declared as Attribute Modifier and Type Field Description protected AttributeAbstractEventBasedTraceSorter. attributeConstructors in org.processmining.logprojection.sorting with parameters of type Attribute Constructor Description AbstractEventBasedTraceSorter(LogView view, Attribute attribute)FirstEventAttributeTraceSorter(LogView view, Attribute attribute)LastEventAttributeTraceSorter(LogView view, Attribute attribute)TraceAttributeSorter(LogView view, Attribute attribute)
-