Uses of Class
dk.deepthought.sidious.util.SidiousQueue

Packages that use SidiousQueue
dk.deepthought.sidious.goalhandler Provides classes and interfaces for handling goals 
dk.deepthought.sidious.planner Provides classes and interfaces for the planning and pathfinding algorithms 
 

Uses of SidiousQueue in dk.deepthought.sidious.goalhandler
 

Subclasses of SidiousQueue in dk.deepthought.sidious.goalhandler
 class GoalHandlerEngine
          This class prioritizes goals and chooses which are to be sent to the BlackBoard.
 

Uses of SidiousQueue in dk.deepthought.sidious.planner
 

Fields in dk.deepthought.sidious.planner declared as SidiousQueue
private  SidiousQueue<Goal> PlannerEngine.graphFactoryQueue
          Queue to facilitate generation of the graph.
private  SidiousQueue<Graph> PlannerEngine.pathfinderQueue
          Queue to facilitate the path finding.
private  SidiousQueue<Graph> PlannerEngine.planGeneratorQueue
          Queue to handle the generation of a plan from a searched graph.
 



Copyright © Deepthought Development - All Rights Reserved.