Uses of Class
edu.memphis.ccrg.lida.framework.tasks.TaskManager

Packages that use TaskManager
edu.memphis.ccrg.lida.framework Contains classes which define the main structures of framework Agents. 
edu.memphis.ccrg.lida.framework.initialization Contains classes involved in the run-time creation of the Agent and the initialization of the ElementFactory from various configuration files. 
edu.memphis.ccrg.lida.framework.tasks Contains classes related to the framework's tasks (small demon-like processes) and their management. 
edu.memphis.ccrg.lida.globalworkspace.triggers Contains classes related to the triggering of the competition for the global conscious broadcast. 
 

Uses of TaskManager in edu.memphis.ccrg.lida.framework
 

Methods in edu.memphis.ccrg.lida.framework that return TaskManager
 TaskManager Agent.getTaskManager()
          Returns the Task Manager
 TaskManager AgentImpl.getTaskManager()
           
 

Constructors in edu.memphis.ccrg.lida.framework with parameters of type TaskManager
AgentImpl(TaskManager tm)
           
 

Uses of TaskManager in edu.memphis.ccrg.lida.framework.initialization
 

Methods in edu.memphis.ccrg.lida.framework.initialization that return TaskManager
(package private) static TaskManager AgentXmlFactory.getTaskManager(org.w3c.dom.Element element)
           
 

Methods in edu.memphis.ccrg.lida.framework.initialization with parameters of type TaskManager
(package private) static void AgentXmlFactory.getTaskSpawner(org.w3c.dom.Element element, TaskManager tm, java.util.Map<java.lang.String,TaskSpawner> spawners)
          Creates a TaskSpawner from specified Element and TaskManager
(package private) static java.util.Map<java.lang.String,TaskSpawner> AgentXmlFactory.getTaskSpawners(org.w3c.dom.Element element, TaskManager tm)
          Reads in and creates all TaskSpawners specified in Element
 

Uses of TaskManager in edu.memphis.ccrg.lida.framework.tasks
 

Methods in edu.memphis.ccrg.lida.framework.tasks with parameters of type TaskManager
 void TaskSpawner.setTaskManager(TaskManager tm)
          Set the TaskManager this TaskSpawner will use to actually run the tasks.
 void TaskSpawnerImpl.setTaskManager(TaskManager tm)
           
 

Constructors in edu.memphis.ccrg.lida.framework.tasks with parameters of type TaskManager
TaskSpawnerImpl(TaskManager tm)
          Convenience constructor that sets the TaskManager
 

Uses of TaskManager in edu.memphis.ccrg.lida.globalworkspace.triggers
 

Methods in edu.memphis.ccrg.lida.globalworkspace.triggers that return TaskManager
 TaskManager NoBroadcastOccurringTrigger.getTaskManager()
          Gets the Task Manager
 

Methods in edu.memphis.ccrg.lida.globalworkspace.triggers with parameters of type TaskManager
 void NoBroadcastOccurringTrigger.setTaskManager(TaskManager taskManager)
          Sets the Task Manager