Package | Description |
---|---|
jade.semantics.actions | |
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.
|
jade.semantics.lang.sl.tools |
Provides useful classes to handle FIPA-SL expressions.
|
Modifier and Type | Method and Description |
---|---|
void |
CommunicativeAction.setConversationId(WordConstantNode conversationId)
Sets the conversation-id parameter.
|
void |
CommunicativeAction.setEncoding(WordConstantNode encoding)
Sets the encoding parameter.
|
void |
CommunicativeAction.setInReplyTo(WordConstantNode inReplyTo)
Sets in-reply-to parameter
|
void |
CommunicativeAction.setLanguage(WordConstantNode language)
Sets the language parameter.
|
void |
CommunicativeAction.setOntology(WordConstantNode ontology)
Sets the ontology parameter.
|
void |
CommunicativeAction.setProtocol(WordConstantNode protocol)
Sets the protocol parameter.
|
void |
CommunicativeAction.setReplyWith(WordConstantNode replyWith)
Sets reply-with parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
VisitorBase.visitWordConstantNode(WordConstantNode node) |
void |
Visitor.visitWordConstantNode(WordConstantNode node) |
Modifier and Type | Method and Description |
---|---|
void |
SLUnparser.visitWordConstantNode(WordConstantNode node) |
Modifier and Type | Method and Description |
---|---|
WordConstantNode |
SLSharedNodeTable.getWordConstantNode(String value) |
Modifier and Type | Method and Description |
---|---|
void |
SLMatcher.visitWordConstantNode(WordConstantNode node) |