Uses of Interface
org.processmining.logprojection.Histogram
-
Packages that use Histogram Package Description org.processmining.logprojection org.processmining.logprojection.plugins.dottedchart.filtering -
-
Uses of Histogram in org.processmining.logprojection
Classes in org.processmining.logprojection that implement Histogram Modifier and Type Class Description static classHistogram.Doublestatic classHistogram.LongMethods in org.processmining.logprojection that return Histogram 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 Histogram in org.processmining.logprojection.plugins.dottedchart.filtering
Methods in org.processmining.logprojection.plugins.dottedchart.filtering that return Histogram 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)Methods in org.processmining.logprojection.plugins.dottedchart.filtering with parameters of type Histogram Modifier and Type Method Description voidHistogramPanel. setHistogram(Histogram histogram, double min, double max, boolean inverted)
-