| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model.city | |
| ch.sahits.game.openpatrician.model.city.impl |
| 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
|
private List<CityState> |
CityRegistry.cityStates |
| Modifier and Type | Method and Description |
|---|---|
List<CityState> |
CitiesState.getCityEngineStates() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CityRegistry.add(CityState cityState) |
void |
CitiesState.addCity(ICity city,
CityState cityState)
Add a new city.
|
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.