Package | Description |
---|---|
casa.jade | |
jade.semantics.lang.sl.tools |
Provides useful classes to handle FIPA-SL expressions.
|
Modifier and Type | Method and Description |
---|---|
String |
CASAkbFiltersDefinition.getAgentFromMatch(MatchResult match) |
Modifier and Type | Method and Description |
---|---|
void |
MatchResult.completeClosure()
Assigns the value of all occurrences of the meta-reference meta within exp
with the value of meta
|
ContentExpression |
MatchResult.getContentExpression(String name)
Return the content expression assigned to the named meta variable.
|
Formula |
MatchResult.getFormula(String name)
Return the formula assigned to the named meta variable
|
Symbol |
MatchResult.getSymbol(String name)
Return the symbol assigned to the named meta variable.
|
Term |
MatchResult.getTerm(String name)
Return the term assigned to the named meta variable.
|
Variable |
MatchResult.getVariable(String name)
Return the variable assigned to the named meta variable.
|
static void |
SL.set(Node expression,
String name,
Node value)
Assigned the value of the named meta variable.
|
static void |
SL.setMetaReferenceValue(Node metaReference,
Node value) |