Class Summary |
AboutDialog |
The AboutDialog class implements the About dialog for the
marketplace application. |
BasicNegotiation |
The BasicNegotiation class implements the negotiation
object used in the marketplace application. |
BestBuyerAgent |
The BestBuyerAgent class implements a buyer agent with the
best negotiating skills in the marketplace application. |
BestSellerAgent |
The BestSellerAgent class implements a buyer agent with the
best negotiating skills in the marketplace application. |
BetterBuyerAgent |
The BetterBuyerAgent class implements a buyer agent that
uses hard-coded logic when negotiating. |
BetterSellerAgent |
The BetterSellerAgent class implements a seller agent that
uses hard-coded logic when negotiating. |
BuyerAgent |
The BuyerAgent class implements a very simple buyer agent. |
BuySellMessage |
The BuySellMessage class implements a KQML-like message for
the agents in the marketplace application. |
FacilitatorAgent |
The FacilitatorAgent class implements the global facilitator
for the marketplace application. |
MarketplaceApp |
The MarketplaceApp class implements the marketplace
application which allows buyer and seller agents to negotiate when buying
and selling items. |
MarketplaceFrame |
The MarketplaceFrame class implements the marketplace
application. |
Offer |
The Offer class implements the offer used by the buyer and
seller agents in the marketplace application. |
SellerAgent |
The SellerAgent class implements a very simple seller agent. |