Uses of Interface
org.generation5.ai.Navigable

Packages that use Navigable
org.generation5.ai General AI classes including agents, pathfinders and finite-state machines. 
org.generation5.util This package provides utility methods and classes. 
 

Uses of Navigable in org.generation5.ai
 

Classes in org.generation5.ai that implement Navigable
 class AStarMap
          AStarMap is simply derived from StandardMap2D to provide further functionality to visualize the A* algorithm.
 

Fields in org.generation5.ai declared as Navigable
protected  Navigable AStarPathfinder.navMap
          The current navigable environment.
 

Methods in org.generation5.ai with parameters of type Navigable
 void AStarPathfinder.setNavigable(Navigable map)
          Sets the navigable to use in the pathfinder.
 

Uses of Navigable in org.generation5.util
 

Classes in org.generation5.util that implement Navigable
 class StandardMap2D
          Implements a standard 2D map.
 


This documentation is part of the Generation5 JDK.