Class TakeLoanTradeStep
- java.lang.Object
-
- ch.sahits.game.openpatrician.engine.player.tradesteps.TakeLoanTradeStep
-
- All Implemented Interfaces:
ch.sahits.game.openpatrician.model.product.ITradeStep
public class TakeLoanTradeStep extends java.lang.Object implements ch.sahits.game.openpatrician.model.product.ITradeStepImplements the trade step for taking a loan. How the decission on taking a loan is done is defined by theIAITakeLoanStrategydefined on the player. If it is not possible to take a loan nothing happens.- Author:
- Andi Hotz, (c) Sahits GmbH, 2016 Created on Jun 12, 2016
-
-
Constructor Summary
Constructors Constructor Description TakeLoanTradeStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecute()java.lang.StringtoString()
-