Uses of Package
jade.core.behaviours

Packages that use jade.core.behaviours
jade.core This package contains the microkernel of JADE system.  
jade.core.behaviours This package is a subpackage of jade.core and contains the classes used to implement basic agent behaviours.  
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.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", ... 
jade.util This package contains utility classes and in particular: classes for handling properties, the Logger class for logging capabilities; the leap subpackage, that is a replacement for the Java collection framework that is not supported by J2ME.  
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.  
 

Classes in jade.core.behaviours used by jade.core
Behaviour
          Abstract base class for JADE behaviours.
 

Classes in jade.core.behaviours used by jade.core.behaviours
Behaviour
          Abstract base class for JADE behaviours.
CompositeBehaviour
          An abstract superclass for behaviours composed by many parts.
DataStore
           
SerialBehaviour
          Base class for all composite behaviour whose children run serially, i.e. the composite behaviour is blocked if and only if its current child is blocked.
SimpleBehaviour
          An atomic behaviour.
 

Classes in jade.core.behaviours used by jade.domain.introspection
Behaviour
          Abstract base class for JADE behaviours.
CyclicBehaviour
          Atomic behaviour that must be executed forever.
SimpleBehaviour
          An atomic behaviour.
 

Classes in jade.core.behaviours used by jade.proto
Behaviour
          Abstract base class for JADE behaviours.
CompositeBehaviour
          An abstract superclass for behaviours composed by many parts.
DataStore
           
FSMBehaviour
          Composite behaviour with Finite State Machine based children scheduling.
SerialBehaviour
          Base class for all composite behaviour whose children run serially, i.e. the composite behaviour is blocked if and only if its current child is blocked.
SimpleBehaviour
          An atomic behaviour.
 

Classes in jade.core.behaviours used by jade.proto.states
Behaviour
          Abstract base class for JADE behaviours.
CompositeBehaviour
          An abstract superclass for behaviours composed by many parts.
DataStore
           
FSMBehaviour
          Composite behaviour with Finite State Machine based children scheduling.
OneShotBehaviour
          Atomic behaviour that executes just once.
SerialBehaviour
          Base class for all composite behaviour whose children run serially, i.e. the composite behaviour is blocked if and only if its current child is blocked.
SimpleBehaviour
          An atomic behaviour.
 

Classes in jade.core.behaviours used by jade.util
Behaviour
          Abstract base class for JADE behaviours.
 

Classes in jade.core.behaviours used by jade.wrapper.gateway
Behaviour
          Abstract base class for JADE behaviours.
CyclicBehaviour
          Atomic behaviour that must be executed forever.
SimpleBehaviour
          An atomic behaviour.
 



JADE