| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model.building | |
| ch.sahits.game.openpatrician.model.building.impl | |
| ch.sahits.game.openpatrician.model.impl |
| Modifier and Type | Method and Description |
|---|---|
IBalanceSheet |
ITradingOffice.getBalanceLastWeek()
Retrieve the balance sheet for last completed week.
|
IBalanceSheet |
ITradingOffice.getCurrentWeek()
Retrieve the balance sheet for the current week
|
| Modifier and Type | Method and Description |
|---|---|
void |
ITradingOffice.replaceBalanceSheet(IBalanceSheet newWeek)
Replace the last weeks balance sheet with the current week and
set the new balance sheet for this week.
|
| Modifier and Type | Field and Description |
|---|---|
private IBalanceSheet |
TradingOffice.balanceLastWeek |
private IBalanceSheet |
TradingOffice.currentWeek |
| Modifier and Type | Method and Description |
|---|---|
void |
TradingOffice.replaceBalanceSheet(IBalanceSheet newWeek) |
| Constructor and Description |
|---|
TradingOffice(IPlayer player,
ICity city,
int value,
IStorage storage,
IBalanceSheet lastWeek,
IBalanceSheet thisWeek) |
| Modifier and Type | Class and Description |
|---|---|
class |
BalanceSheet |
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.