Package | Description |
---|---|
org.processmining.logfiltering.visConstants | |
org.processmining.logfiltering.visFilteringAlgorithms |
Modifier and Type | Field and Description |
---|---|
static FilteringAlgorithmFactory.algorithms |
ModelConstants.defaultFilteringMethod |
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,FilteringAlgorithmFactory.algorithms> |
FilteringAlgorithmFactory.algorithmsLabels |
Modifier and Type | Method and Description |
---|---|
static FilteringAlgorithmFactory.algorithms |
FilteringAlgorithmFactory.algorithms.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FilteringAlgorithmFactory.algorithms[] |
FilteringAlgorithmFactory.algorithms.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApplyFilteringAlgorithm |
FilteringAlgorithmFactory.getFilteringAlgorithm(FilteringAlgorithmFactory.algorithms filteringAlgorithmDescription) |