|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskManager | |
---|---|
edu.memphis.ccrg.lida.framework | Contains classes which define the main structures of framework Agents. |
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 |
AgentImpl.getTaskManager()
|
TaskManager |
Agent.getTaskManager()
Returns the Task Manager |
Constructors in edu.memphis.ccrg.lida.framework with parameters of type TaskManager | |
---|---|
AgentImpl(TaskManager tm)
|
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 taskManager)
Set the TaskManager this TaskSpawner will use to actually run the tasks. |
void |
TaskSpawnerImpl.setTaskManager(TaskManager taskManager)
|
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()
|
Methods in edu.memphis.ccrg.lida.globalworkspace.triggers with parameters of type TaskManager | |
---|---|
void |
NoBroadcastOccurringTrigger.setTaskManager(TaskManager taskManager)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |