public class ExtraComputationsController
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DURATION_HISTOGRAM_HEIGHT |
static int |
DURATION_HISTOGRAM_WIDTH |
static int |
VARIANT_BARCHART_HEIGHT |
static int |
VARIANT_BARCHART_WIDTH |
Constructor and Description |
---|
ExtraComputationsController(LogAlignmentInterface logAlignmentInterface) |
Modifier and Type | Method and Description |
---|---|
org.jfree.chart.ChartPanel |
getDurationHistogram() |
org.jfree.chart.ChartPanel |
getDurationHistogram(CaseIdFilter caseIdFilter) |
CaseIdFilter |
getFilter(FilterSettings filterSettings) |
Tuple2<org.joda.time.DateTime,org.joda.time.DateTime> |
getProcessDuration(CaseIdFilter caseIdFilter) |
org.jfree.chart.ChartPanel |
getVariantBarChart() |
org.jfree.chart.ChartPanel |
getVariantBarChart(CaseIdFilter caseIdFilter) |
public static final int VARIANT_BARCHART_WIDTH
public static final int VARIANT_BARCHART_HEIGHT
public static final int DURATION_HISTOGRAM_WIDTH
public static final int DURATION_HISTOGRAM_HEIGHT
public ExtraComputationsController(LogAlignmentInterface logAlignmentInterface)
public org.jfree.chart.ChartPanel getVariantBarChart()
public org.jfree.chart.ChartPanel getVariantBarChart(CaseIdFilter caseIdFilter)
public org.jfree.chart.ChartPanel getDurationHistogram()
public org.jfree.chart.ChartPanel getDurationHistogram(CaseIdFilter caseIdFilter)
public Tuple2<org.joda.time.DateTime,org.joda.time.DateTime> getProcessDuration(CaseIdFilter caseIdFilter)
public CaseIdFilter getFilter(FilterSettings filterSettings)