GridSim 5.0 beta

Uses of Class
gridsim.auction.Auction

Packages that use Auction
gridsim.auction Classes that form the framework of auction model in GridSim. 
 

Uses of Auction in gridsim.auction
 

Subclasses of Auction in gridsim.auction
 class ContinuousDoubleAuction
          This class represents a Continuos Double Auction.
 class DoubleAuction
          This class represents a double auction.
 class DutchAuction
          This class represents a Dutch Auction.
 class EnglishAuction
          This class represents an English Auction.
 class FirstPriceSealedBidAuction
          This class represents a First-Price Sealed Bid auction.
 class OneSidedAuction
          This class represents an one-sided auction.
 class ReverseDutchAuction
          This class represents a Reverse Dutch Auction.
 class ReverseEnglishAuction
          This class represents a Reverse English Auction.
 class ReverseFirstPriceSealedBidAuction
          This class represents a Reverse First-Price Sealed Bid auction.
 

Methods in gridsim.auction with parameters of type Auction
 void Auctioneer.addAuction(Auction auction)
          Adds an auction to this auctioneer
protected abstract  void Auctioneer.onAuctionClose(Auction auction)
          This method should be implemented to perform some auction after some auction has been finished.
 


GridSim 5.0 beta

The University of Melbourne, Australia, 2009