Class BuyWeaponTradeStep

  • All Implemented Interfaces:
    ITradeStep

    public class BuyWeaponTradeStep
    extends java.lang.Object
    implements ITradeStep
    Trade step for buying weapons. Weapons can only be bought for ships not convoys. If the set vessel is a convoy, nothing will be bought.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2017 Created on Oct 19, 2017
    • Constructor Detail

      • BuyWeaponTradeStep

        public BuyWeaponTradeStep()
    • Method Detail

      • execute

        public boolean execute()
        Description copied from interface: ITradeStep
        Execute the trade step.
        Specified by:
        execute in interface ITradeStep
        Returns:
        true if the next step can be executed on completion or if the execution is triggered by the arrival of the ship in the next port.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object