Uses of Enum Class
net.reevik.darkest.RoutingMode
Packages that use RoutingMode
-
Uses of RoutingMode in net.reevik.darkest
Methods in net.reevik.darkest that return RoutingModeModifier and TypeMethodDescriptionRoutingConfiguration.getRoutingMode()static RoutingModeReturns the enum constant of this class with the specified name.static RoutingMode[]RoutingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.reevik.darkest with parameters of type RoutingModeModifierConstructorDescriptionRoutingConfiguration(SideCommand<T> sideACommand, SideCommand<T> sideBCommand, ResultValidator<T> validator, RoutingMode routingMode, RoutingCondition routingCondition, Monitorable monitorable)