Uses of Class
org.processmining.logfiltering.legacy.plugins.logfiltering.enumtypes.FilterLevel
-
-
Uses of FilterLevel in org.processmining.logfiltering.legacy.plugins.logfiltering
Methods in org.processmining.logfiltering.legacy.plugins.logfiltering that return FilterLevel Modifier and Type Method Description FilterLevelLogFilteringInput. getFilterLevel()Methods in org.processmining.logfiltering.legacy.plugins.logfiltering with parameters of type FilterLevel Modifier and Type Method Description voidLogFilteringInput. setFilterLevel(FilterLevel filterLevel) -
Uses of FilterLevel in org.processmining.logfiltering.legacy.plugins.logfiltering.enumtypes
Methods in org.processmining.logfiltering.legacy.plugins.logfiltering.enumtypes that return FilterLevel Modifier and Type Method Description static FilterLevelFilterLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FilterLevel[]FilterLevel. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FilterLevel in org.processmining.logfiltering.legacy.plugins.logfiltering.listener
Methods in org.processmining.logfiltering.legacy.plugins.logfiltering.listener with parameters of type FilterLevel Modifier and Type Method Description voidLogFilteringSettingsListener. setFilterLevel(FilterLevel filterLevel) -
Uses of FilterLevel in org.processmining.logfiltering.legacy.plugins.logfiltering.ui
Methods in org.processmining.logfiltering.legacy.plugins.logfiltering.ui with parameters of type FilterLevel Modifier and Type Method Description voidLogFilteringUI. setFilterLevel(FilterLevel filterLevel)
-