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 PluginLevel
Boot. 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 PluginLevel
level()
Indication of level for plug-in.static PluginLevel
PluginLevel. 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.
-