Uses of Class
jade.core.behaviours.SimpleBehaviour

Packages that use SimpleBehaviour
jade.core.behaviours This package is a subpackage of jade.core and contains the classes used to implement basic agent behaviours. 
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. 
jade.proto This package contains role behaviours for FIPA standard protocols. 
jade.wrapper.gateway This is a subpackage of jade.wrapper and contains a set of classes that enables a non-JADE application to issue commands to a JADE-based application. 
 

Uses of SimpleBehaviour in jade.core.behaviours
 

Subclasses of SimpleBehaviour in jade.core.behaviours
 class CyclicBehaviour
          Atomic behaviour that must be executed forever.
 class OneShotBehaviour
          Atomic behaviour that executes just once.
 class OntologyServer
          Ready made behaviour that for each incoming message automatically invoke a corresponding method of the form
public void serveCcccPppp(Cccc c, ACLMessage msg) throws Exception
where c represents the key content-element referenced by the incoming message msg.
 class SenderBehaviour
          Behaviour for sending an ACL message.
 class TickerBehaviour
          This abstract class implements a Behaviour that periodically executes a user-defined piece of code.
 class WakerBehaviour
          This abstract class implements a OneShot task that must be executed only one just after a given timeout is elapsed.
 

Uses of SimpleBehaviour in jade.domain
 

Subclasses of SimpleBehaviour in jade.domain
 class RequestFIPAServiceBehaviour
          This class extends the FipaRequestIntiatorBehaviour in order to request an agent, e.g.
 class RequestManagementBehaviour
          Base class for AMS and DF behaviours managing requests from agents.
 

Uses of SimpleBehaviour in jade.domain.introspection
 

Subclasses of SimpleBehaviour in jade.domain.introspection
 class AMSSubscriber
          This behaviour subscribes to the AMS to receive notifications about platform-wide events.
 class IntrospectionServer
           
 

Uses of SimpleBehaviour in jade.proto
 

Subclasses of SimpleBehaviour in jade.proto
 class SimpleAchieveREInitiator
          This is simple implementation of the AchieveREInitiator.
 class SimpleAchieveREResponder
          This is a single homogeneous and effective implementation of all the FIPA-Request-like interaction protocols defined by FIPA, that is all those protocols where the initiator sends a single message (i.e. it performs a single communicative act) within the scope of an interaction protocol in order to verify if the RE (Rational Effect) of the communicative act has been achieved or not.
 class SSResponderDispatcher
          This behaviour is designed to be used together with the Single-Session responder protocol classes.
 

Uses of SimpleBehaviour in jade.wrapper.gateway
 

Subclasses of SimpleBehaviour in jade.wrapper.gateway
 class GatewayBehaviour
          This is a cyclic behaviour that processes the commands received via JadeGateway.