public class BilateralAtomicNegotiationSessionEvent extends java.lang.Object implements NegotiationEvent
Constructor and Description |
---|
BilateralAtomicNegotiationSessionEvent(BilateralAtomicNegotiationSession session,
ProfileRepItem profileA,
ProfileRepItem profileB,
AgentRepItem agentA,
AgentRepItem agentB,
java.lang.String agentAName,
java.lang.String agentBName) |
Modifier and Type | Method and Description |
---|---|
AgentRepItem |
getAgentA() |
java.lang.String |
getAgentAName() |
AgentRepItem |
getAgentB() |
java.lang.String |
getAgentBName() |
ProfileRepItem |
getProfileA() |
ProfileRepItem |
getProfileB() |
BilateralAtomicNegotiationSession |
getSession() |
public BilateralAtomicNegotiationSessionEvent(BilateralAtomicNegotiationSession session, ProfileRepItem profileA, ProfileRepItem profileB, AgentRepItem agentA, AgentRepItem agentB, java.lang.String agentAName, java.lang.String agentBName)
public BilateralAtomicNegotiationSession getSession()
public ProfileRepItem getProfileA()
public ProfileRepItem getProfileB()
public AgentRepItem getAgentA()
public AgentRepItem getAgentB()
public java.lang.String getAgentAName()
public java.lang.String getAgentBName()