Interface IFugitive

    • Method Detail

      • getDestination

        ICity getDestination()
        Get the destination city for the traveler.
        Returns:
        destination city of the fugative
      • getPremium

        int getPremium()
        Retrieve the premium promised upon delivery.
        Returns:
        premium for successful delivery of the fugative.
      • getArrivalAtDestinationDate

        java.time.LocalDateTime getArrivalAtDestinationDate()
        Date at which the traveler must arrive at the destination.
        Returns: