Uses of Interface
org.processmining.logprojection.Statistics
-
Packages that use Statistics Package Description org.processmining.logprojection org.processmining.logprojection.plugins.dottedchart.filtering -
-
Uses of Statistics in org.processmining.logprojection
Subinterfaces of Statistics in org.processmining.logprojection Modifier and Type Interface Description interfaceStatisticsWithSpanClasses in org.processmining.logprojection that implement Statistics Modifier and Type Class Description static classStatistics.Doublestatic classStatistics.Longstatic classStatisticsWithSpan.Doublestatic classStatisticsWithSpan.LongMethods in org.processmining.logprojection that return Statistics Modifier and Type Method Description StatisticsLogView. getStatisticsContinuous(Attribute attribute)StatisticsLogView. getStatisticsDiscrete(Attribute attribute)StatisticsLogView. getStatisticsTimestamp(Attribute attribute)StatisticsLogView. getTraceStatisticsContinuous(Attribute attribute)StatisticsLogView. getTraceStatisticsDiscrete(Attribute attribute)StatisticsLogView. getTraceStatisticsTimestamp(Attribute attribute)Methods in org.processmining.logprojection with parameters of type Statistics Modifier and Type Method Description HistogramLogView. getHistogramContinuous(Attribute attribute, Statistics stats, int buckets)HistogramLogView. getHistogramDiscrete(Attribute attribute, Statistics stats, int buckets)HistogramLogView. getHistogramTimestamp(Attribute attribute, Statistics stats, int buckets) -
Uses of Statistics in org.processmining.logprojection.plugins.dottedchart.filtering
Methods in org.processmining.logprojection.plugins.dottedchart.filtering that return Statistics Modifier and Type Method Description 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)Methods in org.processmining.logprojection.plugins.dottedchart.filtering with parameters of type Statistics Modifier and Type Method Description 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)
-