Class | Description |
---|---|
AcceptanceStrategy |
Describes an acceptance strategy of an agent of the BOA framework.
|
BOA |
Abstract superclass for BOA components.
|
BOAagent |
This class describes a basic decoupled agent.
|
BOAagentInfo |
This class is a container which describes a full BOA agent.
|
BOAcomponent |
Creates a BOA component consisting of the classname of the component, the
type of the component, and all parameters.
|
BOAparameter |
This stores the parameter specification of a BOA component: the name
description and range of valid values.
|
BoaParty |
This class is used to convert a BOA party to a real agent.
|
Multi_AcceptanceCondition |
The MAC is a tool which allows to test many acceptance strategies in the same
negotiation trace.
|
NegotiationSession |
This is a class which manages all the negotiation session pertinent
information to a single agent.
|
NoModel |
Placeholder to notify an agent that there is no opponent model available.
|
OfferingStrategy |
Describes a bidding strategy of an agent of the BOA framework.
|
OMStrategy |
This is the abstract class which determines when the opponent model may be
updated, and how it used to select a bid for the opponent.
|
OpponentModel |
Describes an opponent model of an agent of the BOA framework.
|
OutcomeSpace |
This class generates the complete outcome space and is therefore useful if
someone wants to quickly implement an agent.
|
OutcomeTuple |
This class is a container which holds the necessary information so that a particular NegotiationOutcome
of the multi-acceptance criteria (MAC) can be reconstructed given a full negotiation outcome.
|
SessionData |
In a BOAagent each component should be able to store data to be used in the next
negotiation session.
|
SharedAgentState |
When decoupling existing agents into their separate components, it often happens
that a component loosely depends on another component; for example an acceptance condition
can depend on a target utility calculated by the offering strategy.
|
SortedOutcomeSpace |
This class is an OutcomeSpace but with a sorted list of BidDetails based on
the utility Methods have been optimized to work with a sorted list.
|
Enum | Description |
---|---|
Actions |
Possible actions of an acceptance strategy.
|
BoaType |
The type of BOA components
|