Uses of Class
jade.core.behaviours.CyclicBehaviour

Packages that use CyclicBehaviour
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.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 CyclicBehaviour in jade.domain.introspection
 

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

Uses of CyclicBehaviour in jade.wrapper.gateway
 

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



JADE