| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model.city.cityhall | |
| ch.sahits.game.openpatrician.model.city.cityhall.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICityWallPetition
Petition to enlarge the city wall.
|
interface |
IHeadTaxPetition
Petition to change the head tax.
|
interface |
IMilitiaPetition
Petition to enlarge the city militia.
|
interface |
ISpecialTaxPetition
Petition to collect money from all tradesmen in the city as a one time event.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ICityPetition> |
ICityHall.getPetition()
Petition to be discussed at the next council meeting.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ICityHall.setPetition(Optional<ICityPetition> petition)
Set the petition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CityWallPetition |
class |
HeadTaxPetition |
class |
MilitiaPetition |
class |
SpecialTaxPetition |
| Modifier and Type | Field and Description |
|---|---|
private ICityPetition |
Ballot.petition |
| Modifier and Type | Field and Description |
|---|---|
private Optional<ICityPetition> |
CityHall.petition |
| Constructor and Description |
|---|
Ballot(ICityPetition petition) |
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.