// DrJava saved history v2 Maze m = MazeGenerator.makeSimpleMaze();//End of Interaction// Room r = m.getStartingRoom();//End of Interaction// r//End of Interaction// r.hasExitInDirection(Direction.WEST)//End of Interaction// r.hasExitInDirection(Direction.SOUTH)//End of Interaction// r.getExitRoom(Direction.WEST)//End of Interaction// r.getExitRoom(Direction.SOUTH)//End of Interaction// Room s = r.getExitRoom(Direction.SOUTH);//End of Interaction// s.getExitRoom(Direction.NORTH)//End of Interaction//