Package | Description |
---|---|
casa |
The casa package is the main package for CASA (Collaborative Agent System
Architecture), which is an infrastructure for agent based systems.
|
casa.jade | |
jade.semantics.actions | |
jade.semantics.kbase |
Provides the classes to handle the belief base of JSA agents.
|
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 |
---|---|
ListOfTerm |
TransientAgent.queryRef(String formula) |
Modifier and Type | Method and Description |
---|---|
ListOfTerm |
CasaKB.queryRef(IdentifyingExpression expression) |
Modifier and Type | Method and Description |
---|---|
ListOfTerm |
CommunicativeAction.getReceiverList()
Returns the receiver list.
|
ListOfTerm |
CommunicativeAction.getReplyToList()
Returns the replyToList parameter.
|
Modifier and Type | Method and Description |
---|---|
SemanticAction |
CommunicativeAction.newAction(Term author,
ListOfTerm receivers,
Content content,
CommunicativeAction inReplyTo)
Creates an instance of Semantic Action from a sender, receivers and content,
such that it is a consistent reply to another communicative action
|
void |
CommunicativeAction.setReceiverList(ListOfTerm receiverList)
Sets a list of receiver
|
void |
CommunicativeAction.setReplyToList(ListOfTerm replyToList)
Sets reply-to parameter.
|
Modifier and Type | Method and Description |
---|---|
ListOfTerm |
KBaseDecorator.queryRef(IdentifyingExpression expression) |
ListOfTerm |
KBase.queryRef(IdentifyingExpression expression)
Return a list of objects satisfying a given logical description (expressed
as an Identifying Referential Expression), which is believed by the agent
owning this
KBase instance. |
ListOfTerm |
ArrayListKBaseImpl.queryRef(IdentifyingExpression expression)
|
Modifier and Type | Method and Description |
---|---|
(package private) ListOfTerm |
FunctionalTermTableImpl.lookupFields(String classname,
String[] fields,
String lid)
Looks for terms matching the class name, the required fields and the local id,
in the current table.
|
Modifier and Type | Method and Description |
---|---|
ListOfTerm |
TermSet.as_terms() |
ListOfTerm |
TermSequence.as_terms() |
ListOfTerm |
PredicateNode.as_terms() |
ListOfTerm |
FunctionalTermNode.as_terms() |
ListOfTerm |
ActionExpression.getActors() |
ListOfTerm |
ActionExpression.Operations.getActors(ActionExpression node) |
Modifier and Type | Method and Description |
---|---|
void |
TermSet.as_terms(ListOfTerm s) |
void |
TermSequence.as_terms(ListOfTerm s) |
void |
PredicateNode.as_terms(ListOfTerm s) |
void |
FunctionalTermNode.as_terms(ListOfTerm s) |
void |
VisitorBase.visitListOfTerm(ListOfTerm node) |
void |
Visitor.visitListOfTerm(ListOfTerm node) |
Constructor and Description |
---|
FunctionalTermNode(Symbol as_symbol,
ListOfTerm as_terms) |
PredicateNode(Symbol as_symbol,
ListOfTerm as_terms) |
TermSequence(int capacity,
ListOfTerm as_terms) |
TermSequenceNode(ListOfTerm as_terms) |
TermSet(int capacity,
ListOfTerm as_terms) |
TermSetNode(ListOfTerm as_terms) |
Modifier and Type | Method and Description |
---|---|
ListOfTerm |
ActionExpressionNodeOperations.getActors(ActionExpression node) |
Modifier and Type | Method and Description |
---|---|
private void |
ActionExpressionNodeOperations.addAgents2Result(ListOfTerm result,
ListOfTerm agents) |
Modifier and Type | Method and Description |
---|---|
ListOfTerm |
SLParser.Terms(ArrayList variables,
int quantifierIndex) |
Modifier and Type | Method and Description |
---|---|
void |
SLMatcher.visitListOfTerm(ListOfTerm node) |