Modifier and Type | Method and Description |
---|---|
static Protocol |
Global.createProtocolInstance(ProtocolRepItem protRepItem,
AgentRepItem[] agentRepItems,
ProfileRepItem[] profileRepItems,
java.util.HashMap<AgentParameterVariable,AgentParamValue>[] agentParams) |
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.
|
static java.lang.Object |
Global.loadObject(java.lang.String path,
java.lang.Class<?> expectedClass)
Runtime type-checked version of
Global.loadObject(String) . |
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 |
---|---|
static void |
BoaPartyPanel.main(java.lang.String[] args)
Test function.
|
static void |
BoaComponentPanel.main(java.lang.String[] args) |
Constructor and Description |
---|
BoaPartyModel(BoaPartyRepItem existingItem)
Create Boa Party model with an initial value from an existingItem
|
Modifier and Type | Method and Description |
---|---|
void |
NegoSessionUI2.start()
Start the session TODO use the parameters.
|
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() |
abstract NegotiationParty |
ParticipantRepItem.load() |
Constructor and Description |
---|
PartyRepItem(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
T |
BoaRepItem.getInstance() |
NegotiationParty |
BoaPartyRepItem.load() |
Constructor and Description |
---|
BoaPartyRepItem(java.lang.String partyName)
Create default Boa party with given name.
|
BoaWithSettingsRepItem(BoaType type)
Create just any with given type.
|
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
|