Uses of Class
org.processmining.plugins.inductiveVisualMiner.performance.PerformanceLevel.Level
-
Packages that use PerformanceLevel.Level Package Description org.processmining.plugins.inductiveVisualMiner.performance -
-
Uses of PerformanceLevel.Level in org.processmining.plugins.inductiveVisualMiner.performance
Methods in org.processmining.plugins.inductiveVisualMiner.performance that return PerformanceLevel.Level Modifier and Type Method Description PerformanceLevel.Level[]value()static PerformanceLevel.LevelPerformanceLevel.Level. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PerformanceLevel.Level[]PerformanceLevel.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.plugins.inductiveVisualMiner.performance with parameters of type PerformanceLevel.Level Modifier and Type Method Description static DurationType[]DurationType. valuesAt(PerformanceLevel.Level level)
-