Uses of Enum Class
dev.civl.mc.config.IF.CIVLConstants.DeadlockKind
Packages that use CIVLConstants.DeadlockKind
Package
Description
Module config provides static configurations of the CIVL tool.
-
Uses of CIVLConstants.DeadlockKind in dev.civl.mc.config.IF
Methods in dev.civl.mc.config.IF that return CIVLConstants.DeadlockKindModifier and TypeMethodDescriptionCIVLConfiguration.checkDeadlockKind()static CIVLConstants.DeadlockKindReturns the enum constant of this class with the specified name.static CIVLConstants.DeadlockKind[]CIVLConstants.DeadlockKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.civl.mc.config.IF with parameters of type CIVLConstants.DeadlockKindModifier and TypeMethodDescriptionvoidCIVLConfiguration.setCheckDeadlockKind(CIVLConstants.DeadlockKind checkDeadlockKind) Sets the kind of deadlocks we want to check for