Package | Description |
---|---|
casa |
The casa package is the main package for CASA (Collaborative Agent System
Architecture), which is an infrastructure for agent based systems.
|
Modifier and Type | Method and Description |
---|---|
private String |
KQMLParser.checkToken(String token,
String compare) |
KQMLMessage |
KQMLParser.getKQMLMessage()
Parses the previously specified string
|
protected String |
KQMLParser.getToken()
Retrieves the next token from the internal
TokenParser object
and throws an exception if none exists. |
protected String |
KQMLParser.getToken(String compare)
Retrieves the next token from the internal
TokenParser object
and throws an exception if none exists. |
protected String |
KQMLParser.getTokenAcceptingParenGroups(String compare) |
void |
KQMLParser.parse()
Parses the previously specified string for the purpose of validation as a
KQML message.
|