Uses of Class
org.optaplanner.core.impl.exhaustivesearch.node.ExhaustiveSearchNode
-
-
Uses of ExhaustiveSearchNode in org.optaplanner.core.config.exhaustivesearch
Methods in org.optaplanner.core.config.exhaustivesearch that return types with arguments of type ExhaustiveSearchNode Modifier and Type Method Description Comparator<ExhaustiveSearchNode>
NodeExplorationType. buildNodeComparator(boolean scoreBounderEnabled)
-
Uses of ExhaustiveSearchNode in org.optaplanner.core.impl.exhaustivesearch
Fields in org.optaplanner.core.impl.exhaustivesearch with type parameters of type ExhaustiveSearchNode Modifier and Type Field Description protected Comparator<ExhaustiveSearchNode>
DefaultExhaustiveSearchPhase. nodeComparator
Constructor parameters in org.optaplanner.core.impl.exhaustivesearch with type arguments of type ExhaustiveSearchNode Constructor Description Builder(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 ExhaustiveSearchNode Modifier and Type Method Description ExhaustiveSearchNode
ExhaustiveSearchNode. getParent()
Constructors in org.optaplanner.core.impl.exhaustivesearch.node with parameters of type ExhaustiveSearchNode Constructor Description ExhaustiveSearchNode(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 ExhaustiveSearchNode Modifier and Type Method Description int
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 ExhaustiveSearchNode Modifier and Type Method Description ExhaustiveSearchNode
ExhaustiveSearchStepScope. getExpandingNode()
Methods in org.optaplanner.core.impl.exhaustivesearch.scope that return types with arguments of type ExhaustiveSearchNode Modifier and Type Method Description SortedSet<ExhaustiveSearchNode>
ExhaustiveSearchPhaseScope. getExpandableNodeQueue()
Methods in org.optaplanner.core.impl.exhaustivesearch.scope with parameters of type ExhaustiveSearchNode Modifier and Type Method Description void
ExhaustiveSearchPhaseScope. addExpandableNode(ExhaustiveSearchNode moveNode)
void
ExhaustiveSearchStepScope. setExpandingNode(ExhaustiveSearchNode expandingNode)
Method parameters in org.optaplanner.core.impl.exhaustivesearch.scope with type arguments of type ExhaustiveSearchNode Modifier and Type Method Description void
ExhaustiveSearchPhaseScope. setExpandableNodeQueue(SortedSet<ExhaustiveSearchNode> expandableNodeQueue)
-