Class 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.ITradeStrategyHintContext
    Hint context for the central storage hint.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2017 Created on Oct 21, 2017
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addDistributingVessel​(ch.sahits.game.openpatrician.model.ship.INavigableVessel vessel)  
      void addSuppliedCity​(ch.sahits.game.openpatrician.model.city.ICity city)  
      void addSupplyingVessel​(ch.sahits.game.openpatrician.model.ship.INavigableVessel vessel)  
      void addWare​(ch.sahits.game.openpatrician.model.product.IWare ware)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CentralStorageHintContext

        public CentralStorageHintContext()
    • 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)