Package civquest.units

Interface Summary
Engine An Engine makes units move.
UnitPart  
 

Class Summary
DijkstraMoveCalculator  
GEMUnitMover GEMUnitMover.java
ImpossibleMovePath An impossible MovePath.
MoveCalculator A MoveCalculator determines rules for moving units.
MovePath A MovePath describes possible/impossible moves between to fields.
PossibleMovePath A possible MovePath between two fields.
Unit  
UnitLoader  
UnitModel  
UnitMover A UnitMover is responsible for calculating moves of groups of units - all located on the same field - to a neighbor-field.
UnitPartModel