Uses of Interface
ch.sahits.game.openpatrician.model.IBalanceSheet
-
Packages that use IBalanceSheet Package Description ch.sahits.game.openpatrician.model.building ch.sahits.game.openpatrician.model.building.impl ch.sahits.game.openpatrician.model.impl -
-
Uses of IBalanceSheet in ch.sahits.game.openpatrician.model.building
Methods in ch.sahits.game.openpatrician.model.building that return IBalanceSheet Modifier and Type Method Description IBalanceSheetITradingOffice. getBalanceLastWeek()Retrieve the balance sheet for last completed week.IBalanceSheetITradingOffice. getCurrentWeek()Retrieve the balance sheet for the current weekMethods in ch.sahits.game.openpatrician.model.building with parameters of type IBalanceSheet Modifier and Type Method Description voidITradingOffice. replaceBalanceSheet(IBalanceSheet newWeek)Replace the last weeks balance sheet with the current week and set the new balance sheet for this week. -
Uses of IBalanceSheet in ch.sahits.game.openpatrician.model.building.impl
Methods in ch.sahits.game.openpatrician.model.building.impl with parameters of type IBalanceSheet Modifier and Type Method Description voidTradingOffice. replaceBalanceSheet(IBalanceSheet newWeek)Constructors in ch.sahits.game.openpatrician.model.building.impl with parameters of type IBalanceSheet Constructor Description TradingOffice(IPlayer player, ICity city, int value, IStorage storage, IBalanceSheet lastWeek, IBalanceSheet thisWeek) -
Uses of IBalanceSheet in ch.sahits.game.openpatrician.model.impl
Classes in ch.sahits.game.openpatrician.model.impl that implement IBalanceSheet Modifier and Type Class Description classBalanceSheet
-