public interface IOfferGenerator
LinearPriceCalculator
,
ExponentialPriceCalculator
Modifier and Type | Method and Description |
---|---|
java.lang.Comparable |
getCurrentOffer()
Returns the current offer for the round.
|
java.lang.Comparable |
getLastOffer()
Returns the offer for the last round.
|
java.lang.Comparable |
getLimitOffer()
Returns the limit offer to be reached in order
to terminate successfully.
|
int |
getRound()
Get the round.
|
java.lang.Comparable |
getStartOffer()
Returns the start offer for the auction.
|
void |
setNextRound()
Increase the round.
|
java.lang.Comparable getCurrentOffer()
java.lang.Comparable getLastOffer()
java.lang.Comparable getLimitOffer()
java.lang.Comparable getStartOffer()
int getRound()
void setNextRound()