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

Packages that use Turn
de.hagenah.diplomacy.diptool   
de.hagenah.diplomacy.game   
 

Uses of Turn in de.hagenah.diplomacy.diptool
 

Subclasses of Turn in de.hagenah.diplomacy.diptool
 class DipTurn
          A turn.
 

Methods in de.hagenah.diplomacy.diptool that return Turn
 Turn DipGame.createTurn(int number, Phase phase, java.util.Date turndate)
          Retrieves the specified turn.
protected  Turn DipGame.internCreateTurn(int number, Phase phase)
          Creates a Turn object
 

Uses of Turn in de.hagenah.diplomacy.game
 

Methods in de.hagenah.diplomacy.game that return Turn
 Turn Game.createTurn(int number, Phase phase, java.util.Date turndate)
          Retrieves the specified turn.
 Turn Game.getMostRecentTurn()
          Returns the most recent turn of the game or null if there are no turns
 Turn Game.getTurn(int number)
          Returns a turn of the game or null.
 Turn Game.getTurn(Phase phase)
          Returns a turn of the game or null.
protected  Turn Game.internCreateTurn(int number, Phase phase)
          Creates a Turn object
 

Methods in de.hagenah.diplomacy.game with parameters of type Turn
 Phase DecisionAdjudicator.adjudicate(Turn turn, MapData map, java.util.Map specialphasecenters, java.util.Map units, java.util.Map dislodgedunits, java.util.Map centers, java.util.Map builds, java.util.Collection nmrorders, java.util.SortedMap results, java.util.List errors)
          Adjudicates a turn.
 Phase Adjudicator.adjudicate(Turn turn, MapData map, java.util.Map specialphasecenters, java.util.Map units, java.util.Map dislodgedunits, java.util.Map centers, java.util.Map builds, java.util.Collection nmrorders, java.util.SortedMap results, java.util.List errors)
          Adjudicates a turn.
static boolean DecisionAdjudicator.areOrdersIncomplete(Turn turn, MapData map, boolean noorderignore)
          Are the orders of the turn incomplete (NMR orders necessary)
static boolean Adjudicator.areOrdersIncomplete(Turn turn, MapData map, boolean noorderignore)
          Are the orders of the turn incomplete (NMR orders necessary)