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 | Method and Description |
---|---|
Status |
TransientAgent.doRegisterAgentInstance(int lacPort,
RunnableWithParameter<MLMessage> successAction,
RunnableWithParameter<MLMessage> failureAction)
Registers this Agent with the LAC.
|
Status |
TransientAgent.doRegisterAgentInstance(int lacPort,
RunnableWithParameter<MLMessage> successAction,
RunnableWithParameter<MLMessage> failureAction)
Registers this Agent with the LAC.
|
Modifier and Type | Method and Description |
---|---|
Status |
TransientAgentInterface.doRegisterAgentInstance(int port,
RunnableWithParameter<MLMessage> successAction,
RunnableWithParameter<MLMessage> failureAction)
Registers with the LAC that this Agent is running.
|
Status |
TransientAgentInterface.doRegisterAgentInstance(int port,
RunnableWithParameter<MLMessage> successAction,
RunnableWithParameter<MLMessage> failureAction)
Registers with the LAC that this Agent is running.
|