Package | Description |
---|---|
jade.semantics.lang.sl.grammar |
Provides the hierarchy of classes implementing the abstract grammar of the
FIPA-SL language.
|
jade.semantics.lang.sl.parser |
Provides the classes used by the JSA engine to parse and unparse FIPA-SL
expressions.
|
Modifier and Type | Class and Description |
---|---|
class |
FunctionalTermNode |
class |
FunctionalTermParamNode |
Modifier and Type | Method and Description |
---|---|
FunctionalTerm |
SLParser.parseAgent(Reader stream) |
FunctionalTerm |
SLParser.parseAgent(Reader stream,
boolean extended) |
FunctionalTerm |
SLParser.parseAgent(String term) |
FunctionalTerm |
SLParser.parseAgent(String term,
boolean extended) |