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.nodeComparatorConstructor 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 TypeMethodDescriptionintBreadthFirstNodeComparator.compare(ExhaustiveSearchNode a, ExhaustiveSearchNode b) intDepthFirstNodeComparator.compare(ExhaustiveSearchNode a, ExhaustiveSearchNode b) intOptimisticBoundFirstNodeComparator.compare(ExhaustiveSearchNode a, ExhaustiveSearchNode b) intOriginalOrderNodeComparator.compare(ExhaustiveSearchNode a, ExhaustiveSearchNode b) intScoreFirstNodeComparator.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 TypeMethodDescriptionvoidExhaustiveSearchPhaseScope.addExpandableNode(ExhaustiveSearchNode moveNode) voidExhaustiveSearchStepScope.setExpandingNode(ExhaustiveSearchNode expandingNode) Method parameters in org.optaplanner.core.impl.exhaustivesearch.scope with type arguments of type ExhaustiveSearchNodeModifier and TypeMethodDescriptionvoidExhaustiveSearchPhaseScope.setExpandableNodeQueue(SortedSet<ExhaustiveSearchNode> expandableNodeQueue)