Uses of Enum Class
dev.dokimos.core.evaluators.agents.ArgMatchMode
Packages that use ArgMatchMode
-
Uses of ArgMatchMode in dev.dokimos.core.evaluators.agents
Methods in dev.dokimos.core.evaluators.agents that return ArgMatchModeModifier and TypeMethodDescriptionstatic ArgMatchModeReturns the enum constant of this class with the specified name.static ArgMatchMode[]ArgMatchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.dokimos.core.evaluators.agents with parameters of type ArgMatchModeModifier and TypeMethodDescriptionTolerantArgumentMatcher.Builder.mode(ArgMatchMode mode) Sets the key-set comparison mode.static ArgumentMatcherArgumentMatcher.of(ArgMatchMode mode) Returns a tolerant matcher using the given key-set mode.