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.exceptions |
Contains classes for exceptions specific to CASA.
|
Modifier and Type | Method and Description |
---|---|
void |
MLMessageInterface.fromString(String source) |
static MLMessage |
MLMessage.fromString(String text) |
void |
XMLMessage.fromStringLocal(String xMLString)
Sets the performative and the parameters of the XMLMessage based on the
string input, using the JDOM SAXBuilder.
|
abstract void |
MLMessage.fromStringLocal(String source) |
void |
KQMLMessage.fromStringLocal(String source)
Parses the string input using KQML standards and initializes the all KQMLMessage fields.
|
Modifier and Type | Class and Description |
---|---|
class |
KQMLMessageFormatException
This exception is thrown when a KQML message is so poorly formated that it
cannot be parsed by KQMLparser
|
class |
XMLMessageFormatException
Title: CASA
Description: This exception is thrown when a XMLMessage is so poorly formated that it
cannot be parsed by the XMLParser
|