Uses of Class
org.processmining.lifecycleperformance.parameters.ActivityInstanceXLogPreprocessorParameters.ActivityInstanceXLogPreprocessorStrategy
-
Packages that use ActivityInstanceXLogPreprocessorParameters.ActivityInstanceXLogPreprocessorStrategy Package Description org.processmining.lifecycleperformance.parameters -
-
Uses of ActivityInstanceXLogPreprocessorParameters.ActivityInstanceXLogPreprocessorStrategy in org.processmining.lifecycleperformance.parameters
Fields in org.processmining.lifecycleperformance.parameters declared as ActivityInstanceXLogPreprocessorParameters.ActivityInstanceXLogPreprocessorStrategy Modifier and Type Field Description static ActivityInstanceXLogPreprocessorParameters.ActivityInstanceXLogPreprocessorStrategyActivityInstanceXLogPreprocessorParameters. DEFAULT_STRATEGYMethods in org.processmining.lifecycleperformance.parameters that return ActivityInstanceXLogPreprocessorParameters.ActivityInstanceXLogPreprocessorStrategy Modifier and Type Method Description ActivityInstanceXLogPreprocessorParameters.ActivityInstanceXLogPreprocessorStrategyActivityInstanceXLogPreprocessorParameters. getStrategy()static ActivityInstanceXLogPreprocessorParameters.ActivityInstanceXLogPreprocessorStrategyActivityInstanceXLogPreprocessorParameters.ActivityInstanceXLogPreprocessorStrategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ActivityInstanceXLogPreprocessorParameters.ActivityInstanceXLogPreprocessorStrategy[]ActivityInstanceXLogPreprocessorParameters.ActivityInstanceXLogPreprocessorStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.lifecycleperformance.parameters with parameters of type ActivityInstanceXLogPreprocessorParameters.ActivityInstanceXLogPreprocessorStrategy Modifier and Type Method Description voidActivityInstanceXLogPreprocessorParameters. setStrategy(ActivityInstanceXLogPreprocessorParameters.ActivityInstanceXLogPreprocessorStrategy strategy)
-