Uses of Class
de.hagenah.diplomacy.map.Province

Packages that use Province
de.hagenah.diplomacy.game   
de.hagenah.diplomacy.map   
 

Uses of Province in de.hagenah.diplomacy.game
 

Methods in de.hagenah.diplomacy.game with parameters of type Province
 Country Turn.getCenter(Province center)
          Returns the owner of a center or null.
 Unit Turn.getDislodgedUnit(Province province)
          Returns the dislodged unit in a province or null.
 Order Turn.getOrder(Country country, Province province)
          Returns the order of the country for the unit in province.
 Order Turn.getOrder(Province province)
          Returns the executed order for the unit in province. null if there is not order, there are circular proxy orders or the unit for the province is missing.
 Unit Turn.getUnit(Province province)
          Returns the unit in a province or null.
 Country Turn.getUnitCountry(Province province)
          Returns the owner of the unit in province.
 void Turn.removeDislodgedUnit(Province province)
          Removes a dislodged unit.
 void Turn.removeUnit(Province province)
          Removes a unit.
 void Turn.setCenter(Province center, Country owner)
          Sets the owner for a center
 

Uses of Province in de.hagenah.diplomacy.map
 

Methods in de.hagenah.diplomacy.map that return Province
 Province Province.getGatekeeper()
          Returns the gatekeeper province for this gateway
 Province Province.getGatewaySide(int side)
          Returns a side of the gateway
 Province Province.getGatewaySide(Province side)
          Returns the other side of the gateway
 Province SubProvince.getProvince()
          Returns the province
 Province MapData.getProvince(java.lang.String name)
          Retrieves the Province with the specified name.
 

Methods in de.hagenah.diplomacy.map with parameters of type Province
 boolean SubProvince.canSupport(Province dest)
          Can a unit support the province dest?
 Province Province.getGatewaySide(Province side)
          Returns the other side of the gateway
 boolean MapData.isHomeCenter(Country country, Province center, java.util.Map specialcenters)
          Tests whether the specified center is a home center of the specified country.