Uses of Class
org.optaplanner.core.impl.exhaustivesearch.node.ExhaustiveSearchNode
Packages that use ExhaustiveSearchNode
Package
Description
-
Uses of ExhaustiveSearchNode in org.optaplanner.core.config.exhaustivesearch
Methods in org.optaplanner.core.config.exhaustivesearch that return types with arguments of type ExhaustiveSearchNodeModifier and TypeMethodDescriptionNodeExplorationType.buildNodeComparator
(boolean scoreBounderEnabled) -
Uses of ExhaustiveSearchNode in org.optaplanner.core.impl.exhaustivesearch
Fields in org.optaplanner.core.impl.exhaustivesearch with type parameters of type ExhaustiveSearchNodeModifier and TypeFieldDescriptionprotected final Comparator<ExhaustiveSearchNode>
DefaultExhaustiveSearchPhase.nodeComparator
Constructor parameters in org.optaplanner.core.impl.exhaustivesearch with type arguments of type ExhaustiveSearchNodeModifierConstructorDescriptionBuilder
(int phaseIndex, String logIndentation, Termination<Solution_> phaseTermination, Comparator<ExhaustiveSearchNode> nodeComparator, EntitySelector<Solution_> entitySelector, ExhaustiveSearchDecider<Solution_> decider) -
Uses of ExhaustiveSearchNode in org.optaplanner.core.impl.exhaustivesearch.node
Methods in org.optaplanner.core.impl.exhaustivesearch.node that return ExhaustiveSearchNodeConstructors in org.optaplanner.core.impl.exhaustivesearch.node with parameters of type ExhaustiveSearchNodeModifierConstructorDescriptionExhaustiveSearchNode
(ExhaustiveSearchLayer layer, ExhaustiveSearchNode parent) -
Uses of ExhaustiveSearchNode in org.optaplanner.core.impl.exhaustivesearch.node.comparator
Methods in org.optaplanner.core.impl.exhaustivesearch.node.comparator with parameters of type ExhaustiveSearchNodeModifier and TypeMethodDescriptionint
BreadthFirstNodeComparator.compare
(ExhaustiveSearchNode a, ExhaustiveSearchNode b) int
DepthFirstNodeComparator.compare
(ExhaustiveSearchNode a, ExhaustiveSearchNode b) int
OptimisticBoundFirstNodeComparator.compare
(ExhaustiveSearchNode a, ExhaustiveSearchNode b) int
OriginalOrderNodeComparator.compare
(ExhaustiveSearchNode a, ExhaustiveSearchNode b) int
ScoreFirstNodeComparator.compare
(ExhaustiveSearchNode a, ExhaustiveSearchNode b) -
Uses of ExhaustiveSearchNode in org.optaplanner.core.impl.exhaustivesearch.scope
Methods in org.optaplanner.core.impl.exhaustivesearch.scope that return ExhaustiveSearchNodeMethods in org.optaplanner.core.impl.exhaustivesearch.scope that return types with arguments of type ExhaustiveSearchNodeMethods in org.optaplanner.core.impl.exhaustivesearch.scope with parameters of type ExhaustiveSearchNodeModifier and TypeMethodDescriptionvoid
ExhaustiveSearchPhaseScope.addExpandableNode
(ExhaustiveSearchNode moveNode) void
ExhaustiveSearchStepScope.setExpandingNode
(ExhaustiveSearchNode expandingNode) Method parameters in org.optaplanner.core.impl.exhaustivesearch.scope with type arguments of type ExhaustiveSearchNodeModifier and TypeMethodDescriptionvoid
ExhaustiveSearchPhaseScope.setExpandableNodeQueue
(SortedSet<ExhaustiveSearchNode> expandableNodeQueue)