Package jade.core.behaviours

This package is a subpackage of jade.core and contains the classes used to implement basic agent behaviours.

See:
          Description

Class Summary
Behaviour Abstract base class for JADE behaviours.
CompositeBehaviour An abstract superclass for behaviours composed by many parts.
CyclicBehaviour Atomic behaviour that must be executed forever.
DataStore  
FSMBehaviour Composite behaviour with Finite State Machine based children scheduling.
OneShotBehaviour Atomic behaviour that executes just once.
ParallelBehaviour Composite behaviour with concurrent children scheduling.
SequentialBehaviour Composite behaviour with sequential children scheduling.
SerialBehaviour Base class for all composite behaviour whose children run serially, i.e.
SimpleBehaviour An atomic behaviour.
TickerBehaviour This abstract class implements a Behaviour that periodically executes a user-defined piece of code.
WakerBehaviour This abstract class implements a OneShot task that must be executed only one just after a given timeout is elapsed.
 

Package jade.core.behaviours Description

This package is a subpackage of jade.core and contains the classes used to implement basic agent behaviours. JADE agents schedule their behaviours within a single Java thread, using cooperative, non preemptive scheduling.



JADE