Package | Description |
---|---|
edu.usc.ict.iago.agent | |
edu.usc.ict.iago.utils |
Modifier and Type | Class and Description |
---|---|
class |
IAGOCoreVH |
class |
IAGOGastonFavorVH |
class |
IAGOGothelFavorVH |
class |
IAGOJiminyFavorVH |
Modifier and Type | Class and Description |
---|---|
class |
GeneralVH |
Modifier and Type | Method and Description |
---|---|
GeneralNegotiator |
GeneralNegotiator.getAdversary()
returns the negotiator's adversary
|
static GeneralNegotiator |
WebSocketUtils.getUser(javax.websocket.Session session) |
static GeneralNegotiator |
WebSocketUtils.getVH(javax.websocket.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
History.addNegotiator(GeneralNegotiator negotiator)
Adds a negotiator to the list of attached negotiators.
|
static void |
WebSocketUtils.delayedSend(java.lang.String msg,
GeneralNegotiator user,
int delay) |
static void |
WebSocketUtils.newUser(GeneralNegotiator user) |
protected void |
GeneralNegotiator.pairWith(GeneralNegotiator negotiator)
pairs two negotiators by making them adversaries of each other.
|
static void |
WebSocketUtils.send(java.lang.String msg,
GeneralNegotiator user)
Sends a message to the specified user.
|
protected void |
GeneralNegotiator.setAdversary(GeneralNegotiator negotiator)
sets a negotiator's adversary
|