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.interfaces |
Contains classes for important
interfaces used in CASA. |
Modifier and Type | Field and Description |
---|---|
protected Hashtable<String,RunDescriptor> |
LAC.registeredAgents
Don't confuse "runningAgents" with "registeredAgents".
|
Modifier and Type | Method and Description |
---|---|
RunDescriptor |
LAC.getRunDescriptor(String path)
Looks up a RunDesciptor, given a type-path
|
Modifier and Type | Method and Description |
---|---|
Hashtable<String,RunDescriptor> |
LAC.getAgentsRegistered()
getAgentsRegistered()
|
Modifier and Type | Method and Description |
---|---|
Status |
LAC.registerAgentType(String path,
RunDescriptor r)
Registers an agent type according to
LACInterface.registerAgentType(String RunDescriptor).
|
Constructor and Description |
---|
RunDescriptor(RunDescriptor r)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
Status |
LACInterface.registerAgentType(String path,
RunDescriptor r)
Registers the type an agent with the LAC.
|