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 |
---|---|
static DataStorageDescriptor |
DataStorageDescriptor.fromString(TokenParser parser) |
Modifier and Type | Method and Description |
---|---|
Status |
TransientAgent.doCDPutData(URLDescriptor cdURL,
DataStorageDescriptor dsd)
Attempts to store data with a cooperation domain.
|
static void |
DataStorageDescriptor.fromString(TokenParser parser,
DataStorageDescriptor data)
Initializes a DataStorageDescriptor from a string of the form:
"Object1 Index1 Some data of any form with or without spaces and abstract characters"
|
Status |
Agent.putDataObject(DataStorageDescriptor dsd)
Stores some data for this agent based on the specified
DataStorageDescriptor . |
Modifier and Type | Method and Description |
---|---|
Status |
TransientAgentInterface.doCDPutData(URLDescriptor cdURL,
DataStorageDescriptor dsd)
Attempts to store data with a Cooperation Domain.
|
Status |
AgentInterface.putDataObject(DataStorageDescriptor dsd)
Stores some data for this agent based on the specified
DataStorageDescriptor . |