Uses of Interface
dk.deepthought.sidious.supportsystem.PlanRequester

Packages that use PlanRequester
dk.deepthought.sidious.blackboard Provides blackboard classes and interfaces 
dk.deepthought.sidious.greenhouse Contains greenhouse specific classes and interfaces. 
dk.deepthought.sidious.util Provides utility implementations for the system 
 

Uses of PlanRequester in dk.deepthought.sidious.blackboard
 

Methods in dk.deepthought.sidious.blackboard that return PlanRequester
 PlanRequester BlackBoardEngine.getRequester(SuperLinkID id)
          Returns a reference to the plan requester associated with the specified id.
 PlanRequester BlackBoard.getRequester(SuperLinkID requester)
          Returns a reference to the plan requester associated with the specified id.
 

Methods in dk.deepthought.sidious.blackboard with parameters of type PlanRequester
 void BlackBoardEngine.addToMapping(PlanRequester requester)
          TESTING purposes ONLY!!
 void BlackBoardEngine.requestPlan(PlanRequester requester)
           
 void BlackBoard.requestPlan(PlanRequester requester)
          Registers the specified caller as a requester of a plan.
 

Uses of PlanRequester in dk.deepthought.sidious.greenhouse
 

Classes in dk.deepthought.sidious.greenhouse that implement PlanRequester
 class Greenhouse
          This class represents a greenhouse and its properties.
 

Uses of PlanRequester in dk.deepthought.sidious.util
 

Fields in dk.deepthought.sidious.util with type parameters of type PlanRequester
private  java.util.Map<SuperLinkID,PlanRequester> SidiousMap.map
          Internal map instance.
 

Methods in dk.deepthought.sidious.util that return PlanRequester
 PlanRequester SidiousMap.get(SuperLinkID id)
          Returns the PlanRequester to which the specified id is mapped in this identity map, or null if the map contains no mapping for this id.
 PlanRequester SidiousMap.put(SuperLinkID id, PlanRequester requester)
          Associates the specified id with the specified requester in this map.
 

Methods in dk.deepthought.sidious.util with parameters of type PlanRequester
 PlanRequester SidiousMap.put(SuperLinkID id, PlanRequester requester)
          Associates the specified id with the specified requester in this map.
 



Copyright © Deepthought Development - All Rights Reserved.