public class TradeStepFactory
extends java.lang.Object
| Constructor | Description |
|---|---|
TradeStepFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
AggregatedBuyTradingOfficeTradeStep |
createAggregatedBuyTradingOfficeTradeStep(ch.sahits.game.openpatrician.model.building.ITradingOffice office,
ch.sahits.game.openpatrician.model.city.ICity city,
java.util.List<ch.sahits.game.openpatrician.model.product.IWare> waresToBuy) |
Create a trade step for buiyn wares into the trading office
|
public AggregatedBuyTradingOfficeTradeStep createAggregatedBuyTradingOfficeTradeStep(ch.sahits.game.openpatrician.model.building.ITradingOffice office, ch.sahits.game.openpatrician.model.city.ICity city, java.util.List<ch.sahits.game.openpatrician.model.product.IWare> waresToBuy)
office - trading office for which to buy the warescity - from which to buy the wareswaresToBuy - wares to buyCopyright © 2011-2018 Sahits GmbH. All Rights Reserved.