edu.memphis.ccrg.lida.framework
Interface Agent

All Superinterfaces:
FrameworkModule, FullyInitializable, Initializable
All Known Implementing Classes:
AgentImpl

public interface Agent
extends FrameworkModule

A FrameworkModule containing all of the FrameworkModules of an agent.

Author:
Javier Snaider

Method Summary
 TaskManager getTaskManager()
          Returns the Task Manager
 
Methods inherited from interface edu.memphis.ccrg.lida.framework.FrameworkModule
addListener, addSubModule, containsSubmodule, containsSubmodule, decayModule, getAssistingTaskSpawner, getModuleContent, getModuleName, getSubmodule, getSubmodule, getSubmodules, setAssistingTaskSpawner, setModuleName, taskManagerDecayModule
 
Methods inherited from interface edu.memphis.ccrg.lida.framework.initialization.FullyInitializable
setAssociatedModule
 
Methods inherited from interface edu.memphis.ccrg.lida.framework.initialization.Initializable
containsParameter, getParam, getParameters, init, init
 

Method Detail

getTaskManager

TaskManager getTaskManager()
Returns the Task Manager

Returns:
TaskManager in charge of all tasks.