Uses of Class
org.processmining.logfiltering.visFilteringAlgorithms.FilteringAlgorithmFactory.algorithms
-
Packages that use FilteringAlgorithmFactory.algorithms Package Description org.processmining.logfiltering.visConstants org.processmining.logfiltering.visFilteringAlgorithms -
-
Uses of FilteringAlgorithmFactory.algorithms in org.processmining.logfiltering.visConstants
Fields in org.processmining.logfiltering.visConstants declared as FilteringAlgorithmFactory.algorithms Modifier and Type Field Description static FilteringAlgorithmFactory.algorithmsModelConstants. defaultFilteringMethod -
Uses of FilteringAlgorithmFactory.algorithms in org.processmining.logfiltering.visFilteringAlgorithms
Fields in org.processmining.logfiltering.visFilteringAlgorithms with type parameters of type FilteringAlgorithmFactory.algorithms Modifier and Type Field Description java.util.Map<java.lang.String,FilteringAlgorithmFactory.algorithms>FilteringAlgorithmFactory. algorithmsLabelsjava.util.Map<FilteringAlgorithmFactory.algorithms,java.lang.String>FilteringAlgorithmFactory. invAlgorithmLabelsMethods in org.processmining.logfiltering.visFilteringAlgorithms that return FilteringAlgorithmFactory.algorithms Modifier and Type Method Description static FilteringAlgorithmFactory.algorithmsFilteringAlgorithmFactory.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.Methods in org.processmining.logfiltering.visFilteringAlgorithms with parameters of type FilteringAlgorithmFactory.algorithms Modifier and Type Method Description ApplyFilteringAlgorithmFilteringAlgorithmFactory. getFilteringAlgorithm(FilteringAlgorithmFactory.algorithms filteringAlgorithmDescription)
-