Uses of Enum Class
ai.timefold.solver.core.config.exhaustivesearch.NodeExplorationType
Packages that use NodeExplorationType
-
Uses of NodeExplorationType in ai.timefold.solver.core.config.exhaustivesearch
Fields in ai.timefold.solver.core.config.exhaustivesearch declared as NodeExplorationTypeModifier and TypeFieldDescriptionprotected NodeExplorationTypeExhaustiveSearchPhaseConfig.nodeExplorationTypeMethods in ai.timefold.solver.core.config.exhaustivesearch that return NodeExplorationTypeModifier and TypeMethodDescription@Nullable NodeExplorationTypeExhaustiveSearchPhaseConfig.getNodeExplorationType()static NodeExplorationTypeReturns the enum constant of this class with the specified name.static NodeExplorationType[]NodeExplorationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.timefold.solver.core.config.exhaustivesearch with parameters of type NodeExplorationTypeModifier and TypeMethodDescriptionvoidExhaustiveSearchPhaseConfig.setNodeExplorationType(@Nullable NodeExplorationType nodeExplorationType) @NonNull ExhaustiveSearchPhaseConfigExhaustiveSearchPhaseConfig.withNodeExplorationType(@NonNull NodeExplorationType nodeExplorationType)