Modifier and Type | Method and Description |
---|---|
Comparator<ExhaustiveSearchNode> |
NodeExplorationType.buildNodeComparator(boolean scoreBounderEnabled) |
Modifier and Type | Field and Description |
---|---|
protected Comparator<ExhaustiveSearchNode> |
DefaultExhaustiveSearchPhase.nodeComparator |
Modifier and Type | Method and Description |
---|---|
Comparator<ExhaustiveSearchNode> |
DefaultExhaustiveSearchPhase.getNodeComparator() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultExhaustiveSearchPhase.setNodeComparator(Comparator<ExhaustiveSearchNode> nodeComparator) |
Modifier and Type | Method and Description |
---|---|
ExhaustiveSearchNode |
ExhaustiveSearchNode.getParent() |
Constructor and Description |
---|
ExhaustiveSearchNode(ExhaustiveSearchLayer layer,
ExhaustiveSearchNode parent) |
Modifier and Type | Method and Description |
---|---|
int |
ScoreFirstNodeComparator.compare(ExhaustiveSearchNode a,
ExhaustiveSearchNode b) |
int |
OriginalOrderNodeComparator.compare(ExhaustiveSearchNode a,
ExhaustiveSearchNode b) |
int |
OptimisticBoundFirstNodeComparator.compare(ExhaustiveSearchNode a,
ExhaustiveSearchNode b) |
int |
DepthFirstNodeComparator.compare(ExhaustiveSearchNode a,
ExhaustiveSearchNode b) |
int |
BreadthFirstNodeComparator.compare(ExhaustiveSearchNode a,
ExhaustiveSearchNode b) |
Modifier and Type | Method and Description |
---|---|
ExhaustiveSearchNode |
ExhaustiveSearchStepScope.getExpandingNode() |
Modifier and Type | Method and Description |
---|---|
SortedSet<ExhaustiveSearchNode> |
ExhaustiveSearchPhaseScope.getExpandableNodeQueue() |
Modifier and Type | Method and Description |
---|---|
void |
ExhaustiveSearchPhaseScope.addExpandableNode(ExhaustiveSearchNode moveNode) |
void |
ExhaustiveSearchStepScope.setExpandingNode(ExhaustiveSearchNode expandingNode) |
Modifier and Type | Method and Description |
---|---|
void |
ExhaustiveSearchPhaseScope.setExpandableNodeQueue(SortedSet<ExhaustiveSearchNode> expandableNodeQueue) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.