Package | Description |
---|---|
negotiator.boaframework.repository | |
negotiator.gui.boaframework |
Modifier and Type | Method and Description |
---|---|
BOArepItem |
BOAagentRepository.getAcceptanceStrategyRepItem(java.lang.String name) |
BOArepItem |
BOAagentRepository.getBiddingStrategyRepItem(java.lang.String name) |
BOArepItem |
BOAagentRepository.getOpponentModelRepItem(java.lang.String name) |
BOArepItem |
BOAagentRepository.getOpponentModelStrategyRepItem(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,BOArepItem> |
BOAagentRepository.getAcceptanceStrategiesRepItems()
Method which returns the list of acceptance strategies in the BOA
repository.
|
java.util.HashMap<java.lang.String,BOArepItem> |
BOAagentRepository.getOfferingStrategiesRepItems()
Method which returns the list of offering strategies in the BOA
repository.
|
java.util.HashMap<java.lang.String,BOArepItem> |
BOAagentRepository.getOMStrategiesRepItems()
Method which returns the list of opponent model strategies in the BOA
repository.
|
java.util.HashMap<java.lang.String,BOArepItem> |
BOAagentRepository.getOpponentModelsRepItems()
Method which returns the list of opponent models in the BOA repository.
|
Modifier and Type | Method and Description |
---|---|
void |
BOAagentRepository.addComponent(BOArepItem newComponent) |
int |
BOArepItem.compareTo(BOArepItem rep2) |
void |
BOAagentRepository.removeComponent(BOArepItem removed) |
Modifier and Type | Method and Description |
---|---|
BOArepItem |
BOAComponentEditor.getResult(BOArepItem item) |
Modifier and Type | Method and Description |
---|---|
BOArepItem |
BOAComponentEditor.getResult(BOArepItem item) |