ocean.negotiation
Interface AuctionFactory

All Known Implementing Classes:
DoubleAuctionFactory

public interface AuctionFactory

The AuctionFactory interface specifies the method that creates an implementation of the Auction interface.


Method Summary
 Auction CreateAuction()
          Create an implementation of the Auction interface.
 

Method Detail

CreateAuction

public Auction CreateAuction()
Create an implementation of the Auction interface.
Returns:
an auction implementation