|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectaima.search.framework.NodeExpander
aima.search.framework.QueueSearch
aima.search.framework.TreeSearch
public class TreeSearch
| Field Summary |
|---|
| Fields inherited from class aima.search.framework.NodeExpander |
|---|
metrics, NODES_EXPANDED |
| Constructor Summary | |
|---|---|
TreeSearch()
|
|
| Method Summary | |
|---|---|
protected void |
addExpandedNodesToFringe(NodeStore fringe,
Node node,
Problem problem)
|
| Methods inherited from class aima.search.framework.QueueSearch |
|---|
clearInstrumentation, getMaxQueueSize, getQueueSize, search, setQueueSize |
| Methods inherited from class aima.search.framework.NodeExpander |
|---|
expandNode, getMetrics, getNodesExpanded, getSearchMetric, setNodesExpanded |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TreeSearch()
| Method Detail |
|---|
protected void addExpandedNodesToFringe(NodeStore fringe,
Node node,
Problem problem)
addExpandedNodesToFringe in class QueueSearch
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||