Uses of Package
movement.map

Packages that use movement.map
core Contains core classes and interfaces of the simulator. 
gui.playfield Contains the classes of Graphical User Interface's playfield -view (the graphical presentation of the nodes' locations and other information). 
input Provides interfaces and classes for reading input data from external sources. 
movement Contains different movement models and related classes for the simulator. 
movement.map Sub package for MapBasedMovement movement model's (and its sub classes) helper classes. 
 

Classes in movement.map used by core
SimMap
          A simulation map for node movement.
 

Classes in movement.map used by gui.playfield
SimMap
          A simulation map for node movement.
 

Classes in movement.map used by input
MapNode
          A node in a SimMap.
SimMap
          A simulation map for node movement.
 

Classes in movement.map used by movement
MapNode
          A node in a SimMap.
SimMap
          A simulation map for node movement.
 

Classes in movement.map used by movement.map
MapNode
          A node in a SimMap.
MapRoute
          A route that consists of map nodes.
SimMap
          A simulation map for node movement.