Uses of Class
jade.content.onto.basic.Action
-
Packages that use Action Package Description jade.domain This package and its sub-packages contains FIPA specific agents and ontologies.jade.domain.introspection This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents. -
-
Uses of Action in jade.domain
Methods in jade.domain with parameters of type Action Modifier and Type Method Description protected abstract ACLMessageRequestManagementBehaviour. performAction(Action slAction, ACLMessage request) -
Uses of Action in jade.domain.introspection
Methods in jade.domain.introspection with parameters of type Action Modifier and Type Method Description protected voidIntrospectionServer. serveGetKeys(ACLMessage request, Action aExpr, GetKeys action)protected voidIntrospectionServer. serveGetValue(ACLMessage request, Action aExpr, GetValue action)protected voidIntrospectionServer. serveUnknownAction(ACLMessage request, Action aExpr, Object action)
-