Package | Description |
---|---|
org.processmining.performancespectrumintegration.models.settings | |
org.processmining.performancespectrumintegration.visualization.inputpanels |
Modifier and Type | Method and Description |
---|---|
ClassificationType |
ClassificationSettings.getType() |
static ClassificationType |
ClassificationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClassificationType[] |
ClassificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ClassificationSettings(ClassificationType type) |
PercentileClassificationSettings(ClassificationType type,
double topPercentage) |
Modifier and Type | Method and Description |
---|---|
static DialogPanel<PercentileClassificationSettings> |
DialogPanel.createPercentileGraphClassification(ClassificationSettings initialSettings,
ClassificationType type,
java.util.function.Supplier<org.jfree.chart.ChartPanel> chartPanelSupplier,
int graphWidth,
int graphHeight,
java.lang.String title,
java.lang.String labelString) |