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 | Class and Description |
---|---|
class |
LAC
Local Area Coordinator (LAC).
|
Modifier and Type | Field and Description |
---|---|
(package private) static CASAProcess |
CASAProcess.instance |
static CASAProcess |
CASAProcess.ProcessInfo.process |
Modifier and Type | Method and Description |
---|---|
static CASAProcess |
CASAProcess.getInstance() |
private static CASAProcess |
CASA.startProcess(AgentUI ui,
int port,
int lacPort) |
Modifier and Type | Method and Description |
---|---|
protected void |
LAC.exit2(CASAProcess agent) |
protected void |
CASAProcess.exit2(CASAProcess agent) |
Modifier and Type | Field and Description |
---|---|
protected CASAProcess |
ProcessWindow.casaProcess |
Constructor and Description |
---|
ProcessWindow(CASAProcess casaProcess,
String[] args) |
ProcessWindow(CASAProcess casaProcess,
String name,
String[] args) |