| Package | Description |
|---|---|
| org.processmining.plugins.abstractions | |
| org.processmining.plugins.abstractions.enumtypes | |
| org.processmining.plugins.abstractions.visualization |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<PatternFilter,java.lang.Float> |
PatternAbstractionsInput.getPatternFilterThresholdMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
PatternAbstractionsInput.setPatternFilterSelection(java.util.Map<PatternFilter,java.lang.Float> patternFilterThresholdMap) |
| Modifier and Type | Method and Description |
|---|---|
static PatternFilter |
PatternFilter.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PatternFilter[] |
PatternFilter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatternInfoTable.prepareData(EncodedLog encodedLog,
java.util.Set<java.util.TreeSet<java.lang.String>> deletedPatternAlphabetSet,
MetricPatternAlphabetCount metricPatternAlphabetCount,
ConservednessMetric conservernessMetric,
java.util.Set<PatternType> patternTypeSet,
boolean isBasePatterns,
boolean ignoreDuplicateTraces,
java.util.Map<PatternFilter,java.lang.Integer> patternFilterThresholdMap) |