Package | Description |
---|---|
org.processmining.performancespectrumintegration.models.settings |
Modifier and Type | Method and Description |
---|---|
IntervalPresetType |
AggregationIntervalSettings.getPresetType() |
static IntervalPresetType |
IntervalPresetType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IntervalPresetType[] |
IntervalPresetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static IntervalPresetType[] |
IntervalPresetType.valuesShorterThan(org.joda.time.Period period) |
Constructor and Description |
---|
AggregationIntervalSettings(IntervalPresetType presetType,
boolean normalizeProcessStart) |