Package edu.memphis.ccrg.lida.framework.tasks

Contains classes related to the framework's tasks (small demon-like processes) and their management.

See:
          Description

Interface Summary
Codelet A task that represents a demon-like processor.
FrameworkTask This is the base interface for all task process in the LIDA framework.
TaskSpawner TaskSpawners manage FrameworkTasks.
 

Class Summary
CodeletImpl Abstract implementation of Codelet
FrameworkTaskImpl This class implements the FrameworkTask Interface.
TaskManager All tasks in the Agent system are executed by this class.
TaskSpawnerImpl Maintains a queue of running tasks and their task status.
 

Enum Summary
TaskStatus Enumeration of the possible statuses of FrameworkTasks
 

Package edu.memphis.ccrg.lida.framework.tasks Description

Contains classes related to the framework's tasks (small demon-like processes) and their management.