public interface IOfferGenerator
Modifier and Type | Method and Description |
---|---|
Comparable |
getCurrentOffer()
Returns the current offer for the round.
|
Comparable |
getLastOffer()
Returns the offer for the last round.
|
Comparable |
getLimitOffer()
Returns the limit offer to be reached in order
to terminate successfully.
|
int |
getRound()
Get the round.
|
Comparable |
getStartOffer()
Returns the start offer for the auction.
|
void |
setNextRound()
Increase the round.
|
Comparable getCurrentOffer()
Comparable getLastOffer()
Comparable getLimitOffer()
Comparable getStartOffer()
int getRound()
void setNextRound()
Copyright © 2012. All Rights Reserved.