Package | Description |
---|---|
negotiator | |
negotiator.boaframework | |
negotiator.boaframework.repository | |
negotiator.gui.session | |
negotiator.repository | |
negotiator.session | |
negotiator.xml.multipartyrunner |
Modifier and Type | Method and Description |
---|---|
static Agent |
Global.loadAgent(java.lang.String path)
Load an agent using the given classname/filename.
|
static Agent |
Global.loadAgent(java.lang.String agentClassName,
java.lang.String variables)
load agent and then set the parameters.
|
static java.lang.Object |
Global.loadObject(java.lang.String path)
Load an object from a given path.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<BOAparameter> |
BOAcomponent.getOriginalParameters() |
Modifier and Type | Method and Description |
---|---|
BOA |
BOArepItem.getInstance() |
Modifier and Type | Method and Description |
---|---|
void |
SessionPanel.start(MultilateralSessionConfiguration config,
boolean showBiChart,
boolean showAllBids) |
Modifier and Type | Method and Description |
---|---|
Agent |
AgentRepItem.getInstance()
Try to load the agent that this reference points to.
|
NegotiationParty |
PartyRepItem.load() |
Constructor and Description |
---|
PartyRepItem(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
static MultilateralProtocol |
TournamentManager.getProtocol(MultiPartyProtocolRepItem protocolRepItem)
Create a new instance of the Protocol object from a
MultiPartyProtocolRepItem |
Constructor and Description |
---|
TournamentManager(MultilateralTournamentConfiguration config)
Initializes a new instance of the
TournamentManager class. |
Modifier and Type | Method and Description |
---|---|
static void |
Runner.main(java.lang.String[] args)
Genius console entry point
|