public class TradeStepFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.springframework.context.ApplicationContext |
context |
| Constructor and Description |
|---|
TradeStepFactory() |
| Modifier and Type | Method and Description |
|---|---|
AggregatedBuyTradingOfficeTradeStep |
createAggregatedBuyTradingOfficeTradeStep(ch.sahits.game.openpatrician.model.building.ITradingOffice office,
ch.sahits.game.openpatrician.model.city.ICity city,
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, List<ch.sahits.game.openpatrician.model.product.IWare> waresToBuy)
office - city - waresToBuy - Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.