Package | Description |
---|---|
org.processmining.plugins.abstractions | |
org.processmining.plugins.abstractions.enumtypes |
Modifier and Type | Method and Description |
---|---|
java.util.Set<PatternMetric> |
PatternAbstractionsInput.getPatternMetricSet() |
Modifier and Type | Method and Description |
---|---|
void |
PatternAbstractionsInput.setPatternMetricSelection(java.util.Set<PatternMetric> patternMetricSet) |
Modifier and Type | Method and Description |
---|---|
static PatternMetric |
PatternMetric.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PatternMetric[] |
PatternMetric.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|