Package | Description |
---|---|
org.processmining.logprojection | |
org.processmining.logprojection.plugins.dottedchart.filtering |
Modifier and Type | Interface and Description |
---|---|
interface |
StatisticsWithSpan |
Modifier and Type | Class and Description |
---|---|
static class |
Statistics.Double |
static class |
Statistics.Long |
static class |
StatisticsWithSpan.Double |
static class |
StatisticsWithSpan.Long |
Modifier and Type | Method and Description |
---|---|
Statistics |
LogView.getStatisticsContinuous(Attribute attribute) |
Statistics |
LogView.getStatisticsDiscrete(Attribute attribute) |
Statistics |
LogView.getStatisticsTimestamp(Attribute attribute) |
Statistics |
LogView.getTraceStatisticsContinuous(Attribute attribute) |
Statistics |
LogView.getTraceStatisticsDiscrete(Attribute attribute) |
Statistics |
LogView.getTraceStatisticsTimestamp(Attribute attribute) |
Modifier and Type | Method and Description |
---|---|
Histogram |
LogView.getHistogramContinuous(Attribute attribute,
Statistics stats,
int buckets) |
Histogram |
LogView.getHistogramDiscrete(Attribute attribute,
Statistics stats,
int buckets) |
Histogram |
LogView.getHistogramTimestamp(Attribute attribute,
Statistics stats,
int buckets) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |