ch.sahits.game.openpatrician.model
Interface IMap

All Known Implementing Classes:
GameMap

public interface IMap

Interface defining the map that defines the game plan

Author:
Andi Hotz, (c) Sahits GmbH, 2011 Created on Sep 9, 2011

Method Summary
 List<ICity> getCities()
          Retrieve an unmodifiable list of all the cities in the map
 int getNumberCities()
          Retrieve the number of cities that are on the map.
 

Method Detail

getNumberCities

int getNumberCities()
Retrieve the number of cities that are on the map.

Returns:

getCities

List<ICity> getCities()
Retrieve an unmodifiable list of all the cities in the map

Returns:


Copyright © 2011-2012 Sahits GmbH. All Rights Reserved.