Uses of Class
jade.core.behaviours.OneShotBehaviour
-
Packages that use OneShotBehaviour Package Description jade.core.behaviours This package is a subpackage ofjade.coreand contains the classes used to implement basic agent behaviours.jade.proto.states This package contains classes for common states of an interaction protocol, such as "waiting for a given message", "selecting between a number of alternatives", ... -
-
Uses of OneShotBehaviour in jade.core.behaviours
Subclasses of OneShotBehaviour in jade.core.behaviours Modifier and Type Class Description classSenderBehaviourBehaviour for sending an ACL message. -
Uses of OneShotBehaviour in jade.proto.states
Subclasses of OneShotBehaviour in jade.proto.states Modifier and Type Class Description classReplySenderThis behaviour sends a reply to a given message adjusting all protocol fields and receivers.classStateResetterThis behaviour is used as a state of a FSMbehavior in order to reset some of the FSM's states or the whole FSM
-