Package | Description |
---|---|
casa |
The casa package is the main package for CASA (Collaborative Agent System
Architecture), which is an infrastructure for agent based systems.
|
casa.agentCom |
The package (agentCom = "Agent
Communications") handles connections between agents. The class Channel
is an abstraction of a communication channel.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractProcess.startSocketServer()
Start the SocketServer and initialize the eventQueue
|
Constructor and Description |
---|
AbstractProcess(ParamsMap params,
AgentUI ui,
int port)
Constructor.
|
Constructor and Description |
---|
SocketServerTCPIP(int IPport)
Constructs a new SocketServer listening on the specified port.
|