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 | Method and Description |
---|---|
static void |
WebSocketUtils.newVH(GeneralVH user) |
void |
GameBridgeUtils.onOpenHelper(javax.websocket.Session session,
javax.websocket.EndpointConfig config,
GeneralVH agent0,
GeneralVH agent1)
Method that runs when the webpage is opened.
|
(package private) void |
VHRunner.setVH(GeneralVH agent)
A method to assign a VH to this VHRunner.
|
Constructor and Description |
---|
VHRunner(int id,
Mediator m,
GeneralVH VH,
GameBridgeUtils u)
Constructor for VHRunner.
|