Class CentralStorageHintContext
- java.lang.Object
-
- ch.sahits.game.openpatrician.engine.player.strategy.CentralStorageHintContext
-
- All Implemented Interfaces:
ch.sahits.game.openpatrician.model.player.ITradeStrategyHintContext
public class CentralStorageHintContext extends java.lang.Object implements ch.sahits.game.openpatrician.model.player.ITradeStrategyHintContextHint context for the central storage hint.- Author:
- Andi Hotz, (c) Sahits GmbH, 2017 Created on Oct 21, 2017
-
-
Constructor Summary
Constructors Constructor Description CentralStorageHintContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDistributingVessel(ch.sahits.game.openpatrician.model.ship.INavigableVessel vessel)voidaddSuppliedCity(ch.sahits.game.openpatrician.model.city.ICity city)voidaddSupplyingVessel(ch.sahits.game.openpatrician.model.ship.INavigableVessel vessel)voidaddWare(ch.sahits.game.openpatrician.model.product.IWare ware)
-
-
-
Method Detail
-
addWare
public void addWare(ch.sahits.game.openpatrician.model.product.IWare ware)
-
addSupplyingVessel
public void addSupplyingVessel(ch.sahits.game.openpatrician.model.ship.INavigableVessel vessel)
-
addDistributingVessel
public void addDistributingVessel(ch.sahits.game.openpatrician.model.ship.INavigableVessel vessel)
-
addSuppliedCity
public void addSuppliedCity(ch.sahits.game.openpatrician.model.city.ICity city)
-
-