Package | Description |
---|---|
negotiator.boaframework | |
negotiator.boaframework.repository | |
negotiator.gui.boaparties | |
negotiator.repository.boa |
Modifier and Type | Class and Description |
---|---|
class |
AcceptanceStrategy
Describes an acceptance strategy of an agent of the BOA framework.
|
class |
Multi_AcceptanceCondition
The MAC is a tool which allows to test many acceptance strategies in the same
negotiation trace.
|
class |
NoModel
Placeholder to notify an agent that there is no opponent model available.
|
class |
OfferingStrategy
Describes a bidding strategy of an agent of the BOA framework.
|
class |
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.
|
class |
OpponentModel
Describes an opponent model of an agent of the BOA framework.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends BOA> |
BoaType.getRealClass() |
Modifier and Type | Method and Description |
---|---|
static BoaType |
BoaType.typeOf(java.lang.Class<? extends BOA> instanceClass) |
Modifier and Type | Method and Description |
---|---|
BOA |
BOArepItem.getInstance() |
Modifier and Type | Class and Description |
---|---|
class |
BoaComponentModel<T extends BOA>
Contains user settings to create a
BoaWithSettingsRepItem . |
class |
BoaComponentPanel<T extends BOA>
Allows user to pick properties of a Boa Component.
|
Modifier and Type | Class and Description |
---|---|
class |
BoaRepItem<T extends BOA>
Abstract superclass for specific Boa rep items.
|
class |
BoaWithSettingsRepItem<T extends BOA>
A abstract rep item for a
BoaRepItem including the parameter settings
to instantiate it. |
Modifier and Type | Method and Description |
---|---|
<T extends BOA> |
BoaRepository.getBoaComponents(BoaType type) |
Modifier and Type | Method and Description |
---|---|
BoaWithSettingsRepItem<? extends BOA> |
BoaPartyRepItem.getStrategy(BoaType strategyType) |