Uses of Class
org.processmining.framework.plugin.annotations.PluginLevel
-
Packages that use PluginLevel Package Description org.processmining.framework.boot org.processmining.framework.plugin.annotations -
-
Uses of PluginLevel in org.processmining.framework.boot
Fields in org.processmining.framework.boot declared as PluginLevel Modifier and Type Field Description static PluginLevelBoot. PLUGIN_LEVEL_THRESHOLD -
Uses of PluginLevel in org.processmining.framework.plugin.annotations
Methods in org.processmining.framework.plugin.annotations that return PluginLevel Modifier and Type Method Description PluginLevellevel()Indication of level for plug-in.static PluginLevelPluginLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PluginLevel[]PluginLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-