GridSim 5.0 beta

Package gridsim.auction

Classes that form the framework of auction model in GridSim.

See:
          Description

Interface Summary
Responder This interface must be implemented by the class responsible for defining the other side of an auction (ie.
 

Class Summary
Auction This class represents an auction.
Auctioneer This class defines the basic behavious of an auctioneer
AuctionObserver This class is used by entities that want to participate as bidders in auctions.
AuctionTags Contains various static command tags that indicate a type of action that needs to be undertaken by auction entities when they receive or send events.
ContinuousDoubleAuction This class represents a Continuos Double Auction.
DoubleAuction This class represents a double auction.
DutchAuction This class represents a Dutch Auction.
EnglishAuction This class represents an English Auction.
FirstPriceSealedBidAuction This class represents a First-Price Sealed Bid auction.
Message This class represents a single message exchanged among auctioneers, bidders or sellers.
MessageAsk This class represents an ask sent by a seller to the auctioneer
MessageBid This class represents a bid made by a bidder to the auctioneer
MessageCallForBids This class represents an call for bids sent by the auctioneer
MessageInformOutcome This class represents an message that informs the outcome of an auction
MessageInformStart This class represents a message that is sent by the auctioneer to bidders when an auction starts
MessageRejectBid This class represents a reject of a bid sent by the auctioneer to a bidder
MessageRejectCallForBid This class represents a reject of call for bids sent by the bidder to the auctioneer
OneSidedAuction This class represents an one-sided auction.
ReverseDutchAuction This class represents a Reverse Dutch Auction.
ReverseEnglishAuction This class represents a Reverse English Auction.
ReverseFirstPriceSealedBidAuction This class represents a Reverse First-Price Sealed Bid auction.
 

Package gridsim.auction Description

Classes that form the framework of auction model in GridSim.


GridSim 5.0 beta

The University of Melbourne, Australia, 2009