Interface IOfferGenerator

    • Method Detail

      • getCurrentOffer

        java.lang.Comparable getCurrentOffer()
        Returns the current offer for the round.
        Returns:
        The current offer.
      • getLastOffer

        java.lang.Comparable getLastOffer()
        Returns the offer for the last round.
        Returns:
        The last offer.
      • getLimitOffer

        java.lang.Comparable getLimitOffer()
        Returns the limit offer to be reached in order to terminate successfully.
        Returns:
        Minimal/maximal offer for this auction to terminate.
      • getStartOffer

        java.lang.Comparable getStartOffer()
        Returns the start offer for the auction.
        Returns:
        Start offer.
      • getRound

        int getRound()
        Get the round.
        Returns:
        The round.
      • setNextRound

        void setNextRound()
        Increase the round.