Uses of Class
de.hagenah.diplomacy.game.Unit

Packages that use Unit
de.hagenah.diplomacy.game   
 

Uses of Unit in de.hagenah.diplomacy.game
 

Methods in de.hagenah.diplomacy.game that return Unit
 Unit Turn.getDislodgedUnit(Province province)
          Returns the dislodged unit in a province or null.
 Unit Turn.getUnit(Province province)
          Returns the unit in a province or null.
 

Methods in de.hagenah.diplomacy.game with parameters of type Unit
 void Turn.addDislodgedUnit(Unit dislodgedunit)
          Adds a dislodged unit.
 void Turn.addUnit(Unit unit)
          Adds a unit.