Uses of Class
cmsc433.p3.Choice

Uses of Choice in cmsc433.p3
 

Fields in cmsc433.p3 declared as Choice
 Choice STMazeSolverBFS.SolutionNode.choice
           
 

Methods in cmsc433.p3 that return Choice
 Choice SkippingMazeSolver.firstChoice(Position pos)
          Returns the first choice point reached from the given position.
 Choice SkippingMazeSolver.follow(Position at, Direction dir)
          Follows a path until a choice point.
 Choice SkippingMazeSolver.followMark(Position at, Direction dir, int color)
          Follows a path until a choice point.
 

Constructors in cmsc433.p3 with parameters of type Choice
STMazeSolverBFS.SolutionNode(STMazeSolverBFS.SolutionNode parent, Choice choice)