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 |
---|---|
StatusMLMessageList |
TransientAgent.doCDGetHistory_sync(URLDescriptor cdURL)
Retrieves the history list from a cooperation domain.
|
StatusMLMessageList |
CooperationDomain.getEntireHistory()
Retreives the entire history for the cooperation domain.
|
StatusMLMessageList |
CooperationDomain.getHistory(URLDescriptor member)
Retreives the history for a given agent in the cooperation domain.
|
Modifier and Type | Method and Description |
---|---|
StatusMLMessageList |
TransientAgentInterface.doCDGetHistory_sync(URLDescriptor cdURL)
Retrieves the history list from a cooperation domain.
|
StatusMLMessageList |
CooperationDomainInterface.getEntireHistory()
Retrieves the entire history for the cooperation domain.
|
StatusMLMessageList |
CooperationDomainInterface.getHistory(URLDescriptor member)
Retrieves the history for a given agent in the cooperation domain.
|