Class CentralStorageStrategyHint
- java.lang.Object
-
- ch.sahits.game.openpatrician.engine.player.strategy.CentralStorageStrategyHint
-
- All Implemented Interfaces:
ch.sahits.game.openpatrician.model.player.ITradeStategyHint
public class CentralStorageStrategyHint extends java.lang.Object implements ch.sahits.game.openpatrician.model.player.ITradeStategyHintStrategy hint for a central supply city.- Author:
- Andi Hotz, (c) Sahits GmbH, 2017 Created on Oct 21, 2017
-
-
Constructor Summary
Constructors Constructor Description CentralStorageStrategyHint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ch.sahits.game.openpatrician.model.player.ITradeStrategyHintContextgetContext()voidsetContext(ch.sahits.game.openpatrician.model.player.ITradeStrategyHintContext context)
-
-
-
Method Detail
-
getContext
public ch.sahits.game.openpatrician.model.player.ITradeStrategyHintContext getContext()
- Specified by:
getContextin interfacech.sahits.game.openpatrician.model.player.ITradeStategyHint
-
setContext
public void setContext(ch.sahits.game.openpatrician.model.player.ITradeStrategyHintContext context)
- Specified by:
setContextin interfacech.sahits.game.openpatrician.model.player.ITradeStategyHint
-
-