public class AggregatesSellTradeStep extends Object implements ch.sahits.game.openpatrician.model.product.ITradeStep
| Modifier and Type | Field and Description |
|---|---|
private ch.sahits.game.openpatrician.model.city.ICity |
city |
private org.springframework.context.ApplicationContext |
context |
private boolean |
executeNext |
private ArrayList<SellTradeStep> |
tradeSteps |
private ch.sahits.game.openpatrician.model.ship.INavigableVessel |
vessel |
| Constructor and Description |
|---|
AggregatesSellTradeStep() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSellStep(ch.sahits.game.openpatrician.model.product.IWare ware) |
boolean |
execute() |
String |
toString() |
private ch.sahits.game.openpatrician.model.ship.INavigableVessel vessel
private ch.sahits.game.openpatrician.model.city.ICity city
private boolean executeNext
@Autowired private org.springframework.context.ApplicationContext context
private ArrayList<SellTradeStep> tradeSteps
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.