|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMazen
public class Mazen
Constructor Summary | |
---|---|
Mazen()
|
Method Summary | |
---|---|
static void |
explore(java.util.Scanner scan)
Makes a new instance of MazeExplorer Calls either newMaze() or oldMaze() |
static void |
main(java.lang.String[] args)
Initializes scanner, calls explore() or solve() |
static Maze |
newMaze(java.util.Scanner scan)
Makes a new instance of MazeMaker() |
static Maze |
oldMaze(java.util.Scanner scan)
Calls MazeSolver() to read a maze from a file |
static void |
solve(java.util.Scanner scan)
Makes a new instance of MazeSolver Calls either newMaze() or oldMaze() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Mazen()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.io.FileNotFoundException
args
-
java.io.FileNotFoundException
public static void explore(java.util.Scanner scan)
scan
- public static void solve(java.util.Scanner scan)
scan
- public static Maze newMaze(java.util.Scanner scan)
scan
-
public static Maze oldMaze(java.util.Scanner scan)
scan
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |