Package | Description |
---|---|
genius.core | |
genius.core.boaframework | |
genius.core.boaframework.repository | |
genius.core.repository | |
genius.core.repository.boa | |
genius.core.session |
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 |
---|---|
Agent |
AgentRepItem.getInstance()
Try to load the agent that this reference points to.
|
protected NegotiationParty |
PartyRepItem.init()
Init our fields to cache the party information.
|
protected NegotiationParty |
ParticipantRepItem.init()
Init our fields to cache the party information.
|
protected void |
ParticipantRepItem.initSilent()
call init but suppress any exceptions and print just a stacktrace.
|
NegotiationParty |
PartyRepItem.load() |
abstract NegotiationParty |
ParticipantRepItem.load() |
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. |