| Interface | Description |
|---|---|
| Domain | |
| NegotiationEventListener |
implement this class in order to subscribe with the NegotiationManager to get
callback on handleEvent().
|
| Class | Description |
|---|---|
| Agent | Deprecated |
| AgentAdapter |
Adapts
Agent to the NegotiationParty so that legacy agents
can be run in the new multiparty system. |
| AgentID |
Unique ID for an agent.
|
| AgentParam |
This class stores info about a parameter of an agent.
|
| Bid |
A bid is a set of tuples [idnumber,value], where idnumber is the unique
number of the issue, and value is the picked alternative.
|
| BidHistory |
This class contains the bidding history of a negotiation agent.
|
| BidIterator |
Class used to generate all bids in the domain.
|
| Deadline |
Contains the deadline - either rounds based or time based.
|
| DomainImpl |
Implementation of Domain.
|
| Global |
Overview of global variables used throughout the application.
|
| LinearBidIterator | |
| Logger | |
| NegoRound | |
| NegotiationResult | |
| NegoTurn | |
| PausableContinuousTimeline | |
| SerializeHandling |
This is a utility class to handle writing and
reading
Serializable objects into/from a file. |
| StrategyParameters |
Simple class which stores the parameters given to a negotiation strategy, for
example an concession factor.
|
| SupportedNegotiationSetting |
Indicates what negotiation settings are supported by an agent.
|
| Enum | Description |
|---|---|
| DeadlineType | |
| Feedback | |
| Vote |