Package fr.lifl.jedi.controllersCore.util

This package where tool classes are defined.

See:
          Description

Class Summary
EventFIFO A FIFO stack of events used by an event notified instance (see EventNotified).
EventNotified Class used by the simulation core, to handle asynchronous events notification.
 

Package fr.lifl.jedi.controllersCore.util Description

This package where tool classes are defined.

This package and its subpackage are the fruits of works lead by the SMAC (which stands for "Systèmes Multi-Agents et Comportements" -- i.e. Multi-Agent Systems and Behavior in english) Research Team, from the University of Lille, France.

This version of JEDI was written by :

Contact : philippe (d) mathieu (a) lifl (d) fr
Replace (d) with a dot, and (a) with an @.

Package contents

This package contains tool classes that are used in the controllers of JEDI. Their role is to manage an asynchronous Observer/Observable design pattern, thanks to a stack of received events, instead of the classical direct method call.