Class CheckForRepairTradeStep

  • All Implemented Interfaces:
    ITradeStep

    public class CheckForRepairTradeStep
    extends java.lang.Object
    implements ITradeStep
    Implements the trade step that does the checking if the vessel needs repair and if it does sends the ship for repair.
    • Field Detail

      • LOGGER

        private static final org.slf4j.Logger LOGGER
      • city

        private ICity city
      • shipService

        @Autowired
        private ShipService shipService
    • Constructor Detail

      • CheckForRepairTradeStep

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