Uses of Class
org.almacha.achamaze.MazeSolvingAlgorithm

Uses of MazeSolvingAlgorithm in org.almacha.achamaze
 

Subclasses of MazeSolvingAlgorithm in org.almacha.achamaze
 class FollowLeftWallAlgo
          An implementation of the "follow left wall" maze solving algorithm.
 class PledgeAlgorithm
          An implementation of the Pledge Maze Solving Algorithm.
 

Fields in org.almacha.achamaze declared as MazeSolvingAlgorithm
private  MazeSolvingAlgorithm Player.mazeSolvingAlgorithm
           
 

Methods in org.almacha.achamaze that return MazeSolvingAlgorithm
 MazeSolvingAlgorithm Player.getMazeSolvingAlgorithm()
          Returns the solving algorithm associated with the player.
 

Methods in org.almacha.achamaze with parameters of type MazeSolvingAlgorithm
 void Player.setMazeSolvingAlgorithm(MazeSolvingAlgorithm mazeSolvingAlgorithm)
          Associates a maze solving algorithm to that player.