public class AgentLogEvent extends java.lang.Object implements NegotiationEvent
NegotiationParty.negotiationEnded(genius.core.Bid). Immutable| Constructor and Description |
|---|
AgentLogEvent(java.lang.String agent,
java.util.Map<java.lang.String,java.lang.String> logresult)
Contains log info from the agent, as received from the
NegotiationParty.negotiationEnded(genius.core.Bid) call, |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAgent() |
java.util.Map<java.lang.String,java.lang.String> |
getLog() |
public AgentLogEvent(java.lang.String agent,
java.util.Map<java.lang.String,java.lang.String> logresult)
NegotiationParty.negotiationEnded(genius.core.Bid) call,agent - the agent that returned the infologresult - see NegotiationParty.negotiationEnded(genius.core.Bid)