Class | Description |
---|---|
Acceptor |
The Acceptor class is used to decide when to accept a bid.
|
BidGenerator |
The BidsGenerator class is used to generate a offer.
|
BidsCollection |
The BidsCollection class stores the bids of the partner and all possible bids.
|
Decider |
The Decider class is used to decide each turn which action the agent should perform.
|
ErrorLogger |
Simple class used to log errors in a logfile.
|
Pair<A,B> |
A simple tuple class.
|
Queue |
Array-based implementation of the queue.
|
TheNegotiator |
The TheNegotiator class specifies a negotiation agent in the GENIUS domain.
|
TimeManager |
The TimeManager class is used for time-related functions.
|
UTBid |
The UTBid class is used to store a bid with it's corresponding utility.
|