| Modifier and Type | Interface and Description |
|---|---|
interface |
IAIPlayer
Player interface defining an artificial player.
|
interface |
IPlayer
Player in the game.
|
| Modifier and Type | Method and Description |
|---|---|
ICitizen |
ILoanRequest.getCitizen()
Who wants the loan.
|
| Modifier and Type | Method and Description |
|---|---|
ICitizen |
ICityHall.getElderman()
Retrieve the elderman.
|
ICitizen |
ICityHall.getMayor()
Current mayor of the city
|
| Modifier and Type | Method and Description |
|---|---|
List<ICitizen> |
ICityHall.getCandidates()
Retrieve the list of candidates for the next election.
|
List<ICitizen> |
ICityHall.getEldermanCandidates()
Retrieve the top four of the candidates for the elderman post.
|
| Modifier and Type | Field and Description |
|---|---|
private ICitizen |
CityHall.elderman |
private ICitizen |
CityHall.mayor |
| Modifier and Type | Field and Description |
|---|---|
private List<ICitizen> |
CityHall.candidates |
private List<ICitizen> |
CityHall.eldermanCandidates |
| Modifier and Type | Field and Description |
|---|---|
private ICitizen |
LoanRequest.citizen |
private ICitizen |
Debt.debitor |
| Modifier and Type | Method and Description |
|---|---|
ICitizen |
IDebt.getDebitor()
Retrieve the citizen that is in debt.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AIPlayer
Implementation of an artificial intelligence player.
|
class |
Citizen
A citizen is an inhabitatant of a town, who does not directly partake in
the game play.
|
class |
Player |
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.