Package | Description |
---|---|
genius.core | |
genius.core.protocol |
Modifier and Type | Method and Description |
---|---|
static Protocol |
Global.createProtocolInstance(ProtocolRepItem protRepItem,
AgentRepItem[] agentRepItems,
ProfileRepItem[] profileRepItems,
java.util.HashMap<AgentParameterVariable,AgentParamValue>[] agentParams) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<Protocol> |
Global.getProtocolClass(ProtocolRepItem protRepItem) |
Modifier and Type | Field and Description |
---|---|
protected Protocol |
BilateralAtomicNegotiationSession.protocol |
Constructor and Description |
---|
BilateralAtomicNegotiationSession(Protocol protocol,
Agent agentA,
Agent agentB,
java.lang.String agentAname,
java.lang.String agentBname,
AbstractUtilitySpace spaceA,
AbstractUtilitySpace spaceB,
java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams,
java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams) |