public class BilateralAtomicNegotiationSessionEvent extends NegotiationEvent
Constructor and Description |
---|
BilateralAtomicNegotiationSessionEvent(java.lang.Object source,
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(java.lang.Object source, 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()