Package | Description |
---|---|
jade.semantics.kbase.filters.std | |
jade.semantics.lang.sl.grammar |
Provides the hierarchy of classes implementing the abstract grammar of the
FIPA-SL language.
|
jade.semantics.lang.sl.grammar.operations |
Provides the implementation of the operations defined on the nodes of 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 |
---|---|
(package private) FunctionalTermParamNode |
FunctionalTermTableImpl.FT.toTerm() |
Modifier and Type | Method and Description |
---|---|
String |
FunctionalTermTableImpl.add(FunctionalTermParamNode term) |
String |
FunctionalTermTable.add(FunctionalTermParamNode term)
Adds a functional term in the table
|
Constructor and Description |
---|
FT(FunctionalTermParamNode node) |
Modifier and Type | Method and Description |
---|---|
Term |
FunctionalTermParamNode.Operations.getParameter(FunctionalTermParamNode node,
String name) |
void |
FunctionalTermParamNode.Operations.setParameter(FunctionalTermParamNode node,
String name,
Term term) |
void |
VisitorBase.visitFunctionalTermParamNode(FunctionalTermParamNode node) |
void |
Visitor.visitFunctionalTermParamNode(FunctionalTermParamNode node) |
Modifier and Type | Method and Description |
---|---|
Term |
FunctionalTermParamNodeOperations.getParameter(FunctionalTermParamNode node,
String name) |
void |
FunctionalTermParamNodeOperations.setParameter(FunctionalTermParamNode node,
String name,
Term term) |
Modifier and Type | Method and Description |
---|---|
void |
SLUnparser.visitFunctionalTermParamNode(FunctionalTermParamNode node) |
Modifier and Type | Method and Description |
---|---|
void |
SLMatcher.visitFunctionalTermParamNode(FunctionalTermParamNode node) |