Uses of Class
ai.timefold.solver.core.config.exhaustivesearch.NodeExplorationType
-
Packages that use NodeExplorationType Package Description ai.timefold.solver.core.config.exhaustivesearch -
-
Uses of NodeExplorationType in ai.timefold.solver.core.config.exhaustivesearch
Fields in ai.timefold.solver.core.config.exhaustivesearch declared as NodeExplorationType Modifier and Type Field Description protected NodeExplorationTypeExhaustiveSearchPhaseConfig. nodeExplorationTypeMethods in ai.timefold.solver.core.config.exhaustivesearch that return NodeExplorationType Modifier and Type Method Description NodeExplorationTypeExhaustiveSearchPhaseConfig. getNodeExplorationType()static NodeExplorationTypeNodeExplorationType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeExplorationType[]NodeExplorationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.timefold.solver.core.config.exhaustivesearch with parameters of type NodeExplorationType Modifier and Type Method Description voidExhaustiveSearchPhaseConfig. setNodeExplorationType(NodeExplorationType nodeExplorationType)ExhaustiveSearchPhaseConfigExhaustiveSearchPhaseConfig. withNodeExplorationType(NodeExplorationType nodeExplorationType)
-