Uses of Interface
dk.deepthought.sidious.goalhandler.GoalHandler

Packages that use GoalHandler
dk.deepthought.sidious.goalhandler Provides classes and interfaces for handling goals 
dk.deepthought.sidious.supportsystem Provides interfaces and classes for the general interaction with the system. 
 

Uses of GoalHandler in dk.deepthought.sidious.goalhandler
 

Classes in dk.deepthought.sidious.goalhandler that implement GoalHandler
 class GoalHandlerEngine
          This class prioritizes goals and chooses which are to be sent to the BlackBoard.
 

Fields in dk.deepthought.sidious.goalhandler declared as GoalHandler
private static GoalHandler GoalHandlerEngine.INSTANCE
          Private Singleton instance.
 

Methods in dk.deepthought.sidious.goalhandler that return GoalHandler
static GoalHandler GoalHandlerEngine.getInstance()
          Returns the singleton instance of this goal handler.
 

Uses of GoalHandler in dk.deepthought.sidious.supportsystem
 

Fields in dk.deepthought.sidious.supportsystem declared as GoalHandler
private static GoalHandler Repository.goalHandler
          Goal handler instance.
 

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



Copyright © Deepthought Development - All Rights Reserved.