|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOfferGenerator
The interface for calculating offers of auctions (e.g. typically prices or sth. similar)
LinearPriceCalculator,
ExponentialPriceCalculator| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
java.lang.Comparable getCurrentOffer()
java.lang.Comparable getLastOffer()
java.lang.Comparable getLimitOffer()
java.lang.Comparable getStartOffer()
int getRound()
void setNextRound()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||