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