Uses of Class
jade.content.onto.basic.Action

Packages that use Action
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
protected abstract  ACLMessage RequestManagementBehaviour.performAction(Action slAction, ACLMessage request)
           
 

Uses of Action in jade.domain.introspection
 

Methods in jade.domain.introspection with parameters of type Action
protected  void IntrospectionServer.serveGetKeys(ACLMessage request, Action aExpr, GetKeys action)
           
protected  void IntrospectionServer.serveGetValue(ACLMessage request, Action aExpr, GetValue action)
           
protected  void IntrospectionServer.serveUnknownAction(ACLMessage request, Action aExpr, java.lang.Object action)