|
OptaPlanner core 6.2.0.Beta3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ExhaustiveSearchNode in org.optaplanner.core.config.exhaustivesearch |
---|
Methods in org.optaplanner.core.config.exhaustivesearch that return types with arguments of type ExhaustiveSearchNode | |
---|---|
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 | |
---|---|
protected Comparator<ExhaustiveSearchNode> |
DefaultExhaustiveSearchPhase.nodeComparator
|
Methods in org.optaplanner.core.impl.exhaustivesearch that return types with arguments of type ExhaustiveSearchNode | |
---|---|
Comparator<ExhaustiveSearchNode> |
DefaultExhaustiveSearchPhase.getNodeComparator()
|
Method parameters in org.optaplanner.core.impl.exhaustivesearch with type arguments of type ExhaustiveSearchNode | |
---|---|
void |
DefaultExhaustiveSearchPhase.setNodeComparator(Comparator<ExhaustiveSearchNode> nodeComparator)
|
Uses of ExhaustiveSearchNode in org.optaplanner.core.impl.exhaustivesearch.node |
---|
Methods in org.optaplanner.core.impl.exhaustivesearch.node that return ExhaustiveSearchNode | |
---|---|
ExhaustiveSearchNode |
ExhaustiveSearchNode.getParent()
|
Constructors in org.optaplanner.core.impl.exhaustivesearch.node with parameters of type ExhaustiveSearchNode | |
---|---|
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 | |
---|---|
int |
DepthFirstNodeComparator.compare(ExhaustiveSearchNode a,
ExhaustiveSearchNode b)
|
int |
OriginalOrderNodeComparator.compare(ExhaustiveSearchNode a,
ExhaustiveSearchNode b)
|
int |
OptimisticBoundFirstNodeComparator.compare(ExhaustiveSearchNode a,
ExhaustiveSearchNode b)
|
int |
BreadthFirstNodeComparator.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 | |
---|---|
ExhaustiveSearchNode |
ExhaustiveSearchStepScope.getExpandingNode()
|
Methods in org.optaplanner.core.impl.exhaustivesearch.scope that return types with arguments of type ExhaustiveSearchNode | |
---|---|
SortedSet<ExhaustiveSearchNode> |
ExhaustiveSearchPhaseScope.getExpandableNodeQueue()
|
Methods in org.optaplanner.core.impl.exhaustivesearch.scope with parameters of type ExhaustiveSearchNode | |
---|---|
void |
ExhaustiveSearchStepScope.setExpandingNode(ExhaustiveSearchNode expandingNode)
|
Method parameters in org.optaplanner.core.impl.exhaustivesearch.scope with type arguments of type ExhaustiveSearchNode | |
---|---|
void |
ExhaustiveSearchPhaseScope.setExpandableNodeQueue(SortedSet<ExhaustiveSearchNode> expandableNodeQueue)
|
|
OptaPlanner core 6.2.0.Beta3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |