Uses of Interface
dk.deepthought.sidious.planner.Planner

Packages that use Planner
dk.deepthought.sidious.planner Provides classes and interfaces for the planning and pathfinding algorithms 
dk.deepthought.sidious.supportsystem Provides interfaces and classes for the general interaction with the system. 
 

Uses of Planner in dk.deepthought.sidious.planner
 

Classes in dk.deepthought.sidious.planner that implement Planner
 class PlannerEngine
          This class constitutes a Blackboard for the planner.
 

Fields in dk.deepthought.sidious.planner declared as Planner
private static Planner PlannerEngine.INSTANCE
          private singleton instance.
 

Methods in dk.deepthought.sidious.planner that return Planner
static Planner PlannerEngine.getInstance()
          Returns the singleton instance.
 

Uses of Planner in dk.deepthought.sidious.supportsystem
 

Fields in dk.deepthought.sidious.supportsystem declared as Planner
private static Planner Repository.planner
          Planner instance.
 

Methods in dk.deepthought.sidious.supportsystem that return Planner
static Planner Repository.getPlanner()
          Gets the Planner instance.
 



Copyright © Deepthought Development - All Rights Reserved.