Uses of Class
jade.proto.AchieveREInitiator
-
Packages that use AchieveREInitiator Package Description jade.core.behaviours This package is a subpackage ofjade.coreand contains the classes used to implement basic agent behaviours.jade.proto This package contains role behaviours for FIPA standard protocols. -
-
Uses of AchieveREInitiator in jade.core.behaviours
Subclasses of AchieveREInitiator in jade.core.behaviours Modifier and Type Class Description classActionExecutor<ActionT extends AgentAction,ResultT>Base class for behaviours intended to request the execution of an action to a given actor and get back the result (if any)classBaseInitiatorBase class for behaviours implementing a FIPA-request like pattern with a single target agent. -
Uses of AchieveREInitiator in jade.proto
Subclasses of AchieveREInitiator in jade.proto Modifier and Type Class Description classIteratedAchieveREInitiatorThis class implements the initiator role in the iterated version of fipa-request like interaction protocols.
-