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.agentCom |
The package (agentCom = "Agent
Communications") handles connections between agents. The class Channel
is an abstraction of a communication channel.
|
Modifier and Type | Field and Description |
---|---|
private TokenParser |
KQMLParser.parser |
Modifier and Type | Method and Description |
---|---|
void |
StatusURLDescriptorList.fromString_extension(TokenParser parser) |
void |
StatusURLDescriptor.fromString_extension(TokenParser parser) |
void |
StatusURLandFile.fromString_extension(TokenParser parser) |
void |
StatusString.fromString_extension(TokenParser parser) |
void |
StatusObjectList.fromString_extension(TokenParser parser) |
void |
StatusObject.fromString_extension(TokenParser parser) |
void |
StatusMLMessageList.fromString_extension(TokenParser parser) |
void |
StatusAdvertisementDescriptorList.fromString_extension(TokenParser parser) |
protected void |
Status.fromString_extension(TokenParser parser)
To be overridden by subclasses to read any additional information from a string.
|
void |
PerformDescriptor.fromString_extension(TokenParser parser) |
void |
Status.fromString(TokenParser parser) |
static ServiceDescriptor |
ServiceDescriptor.fromString(TokenParser parser) |
void |
PerformDescriptor.fromString(TokenParser parser) |
static DataStorageDescriptor |
DataStorageDescriptor.fromString(TokenParser parser) |
static AdvertisementDescriptor |
AdvertisementDescriptor.fromString(TokenParser parser) |
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"
|
static void |
ServiceDescriptor.fromString(TokenParser parser,
ServiceDescriptor descriptor) |
static void |
Status.fromString(TokenParser parser,
Status status) |
Constructor and Description |
---|
StatusObject(TokenParser p)
a constructor for a status object of type TokenParser
|
StatusObjectList(TokenParser p) |
StatusString(TokenParser p) |
Modifier and Type | Method and Description |
---|---|
static URLDescriptor |
URLDescriptor.fromString(TokenParser parser)
Constructs a URLDescriptor using the TokenParser input
|