|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRandomMazeRunner.SolutionPathInfo
private static class RandomMazeRunner.SolutionPathInfo
We can store some information in each cell of the maze to keep track of our solution path. For the random maze runner, we'll store the next cell on the solution path. You may need to do something different for more sophisticated search algorithms.
Field Summary | |
---|---|
MazeCell |
nextInSolution
Link to the next cell in the solution path. |
Constructor Summary | |
---|---|
private |
RandomMazeRunner.SolutionPathInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public MazeCell nextInSolution
Constructor Detail |
---|
private RandomMazeRunner.SolutionPathInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |