| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model | |
| ch.sahits.game.openpatrician.model.city | |
| ch.sahits.game.openpatrician.model.city.impl |
| Modifier and Type | Field and Description |
|---|---|
private List<CityState> |
GameFactory.cityStates |
| Modifier and Type | Method and Description |
|---|---|
CityState |
GameFactory.getCityState(ICity city)
Retrieve the city state for the city.
|
private CityState |
GameFactory.initCityPropertyState(ICity city) |
| Modifier and Type | Method and Description |
|---|---|
CityState |
ICity.getCityState()
Retrieve the city state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ICity.setCityState(CityState state) |
| Modifier and Type | Field and Description |
|---|---|
private CityState |
City.cityState |
| Modifier and Type | Field and Description |
|---|---|
private ConcurrentHashMap<ICity,CityState> |
CitiesState.cities
List of all the cities coupled with their state to be handeld by this engine
|
| Modifier and Type | Method and Description |
|---|---|
List<CityState> |
CitiesState.getCityEngineStates() |
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.