- getMazeHeight() - Method in class maze.Maze
-
Returns the height of this maze.
- getMazeWidth() - Method in class maze.Maze
-
Returns the width of this maze.
- getWeight(V, V) - Method in class graph.WeightedGraph
-
Returns weight of the edge connecting one vertex
to another.
- getWeightAbove(Juncture) - Method in class maze.Maze
-
Returns the weight between this juncture and the one above.
- getWeightBelow(Juncture) - Method in class maze.Maze
-
Returns the weight between this juncture and the one below.
- getWeightToLeft(Juncture) - Method in class maze.Maze
-
Returns the weight between this juncture and the one to its
left.
- getWeightToRight(Juncture) - Method in class maze.Maze
-
Returns the weight between this juncture and the one to its
right.
- getX() - Method in class maze.Juncture
-
- getY() - Method in class maze.Juncture
-
- graph - package graph
-
- GraphAlgorithmObserver<V> - Interface in graph
-
A GraphAlgorithmObserver will register with a WeightedGraph
to let it know that it is "watching".