Uses of Class
org.optaplanner.core.config.exhaustivesearch.NodeExplorationType
-
Packages that use NodeExplorationType Package Description org.optaplanner.core.config.exhaustivesearch -
-
Uses of NodeExplorationType in org.optaplanner.core.config.exhaustivesearch
Fields in org.optaplanner.core.config.exhaustivesearch declared as NodeExplorationType Modifier and Type Field Description protected NodeExplorationTypeExhaustiveSearchPhaseConfig. nodeExplorationTypeMethods in org.optaplanner.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 org.optaplanner.core.config.exhaustivesearch with parameters of type NodeExplorationType Modifier and Type Method Description voidExhaustiveSearchPhaseConfig. setNodeExplorationType(NodeExplorationType nodeExplorationType)
-