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.ui |
Contains classes implementing CASA's default user interfaces.
|
Modifier and Type | Field and Description |
---|---|
static LAC |
CASAProcess.ProcessInfo.lac |
Modifier and Type | Method and Description |
---|---|
private static LAC |
CASA.startLAC(AgentUI ui,
int lacPort,
Pair<String,String>... keys) |
Modifier and Type | Field and Description |
---|---|
private LAC |
LACWindow.lac |
private LAC |
CreateAgentDialog.lac |
private LAC |
AgentTypeDialog.lac |
Constructor and Description |
---|
AgentTypeDialog(JFrame frame,
LAC lac,
String title,
boolean modal,
String className)
Constructs a Dialog according to the agent that is about to be created
|
CreateAgentDialog(JFrame frame,
LAC lac2,
String title,
boolean modal,
String userNameORTitle,
int agentPort,
int lacPort,
String className,
String additionalParams)
Constructs a Dialog according to the agent that is about to be created
|
LACWindow(LAC lac,
String[] args)
Constrcutor
|