Uses of Class
org.processmining.log.logchecks.LogCheckType
-
Packages that use LogCheckType Package Description org.processmining.log.logchecks org.processmining.log.parameters -
-
Uses of LogCheckType in org.processmining.log.logchecks
Methods in org.processmining.log.logchecks that return LogCheckType Modifier and Type Method Description static LogCheckTypeLogCheckType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LogCheckType[]LogCheckType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LogCheckType in org.processmining.log.parameters
Methods in org.processmining.log.parameters that return types with arguments of type LogCheckType Modifier and Type Method Description java.util.EnumSet<LogCheckType>LogCheckerParameters. getLogChecks()Method parameters in org.processmining.log.parameters with type arguments of type LogCheckType Modifier and Type Method Description voidLogCheckerParameters. setLogChecks(java.util.EnumSet<LogCheckType> logChecks)
-