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

Packages that use Heuristic
dk.deepthought.sidious.planner Provides classes and interfaces for the planning and pathfinding algorithms 
dk.deepthought.sidious.planner.graph Provides classes and interfaces for representing graphs for the planner. 
 

Uses of Heuristic in dk.deepthought.sidious.planner
 

Classes in dk.deepthought.sidious.planner that implement Heuristic
 class GreenhouseHeuristic
          The class encapsulates the heuristic function of the A*-algorithm.
 

Uses of Heuristic in dk.deepthought.sidious.planner.graph
 

Fields in dk.deepthought.sidious.planner.graph declared as Heuristic
private  Heuristic AStarGraph.heuristic
          The heuristic to be used with this.
 

Constructors in dk.deepthought.sidious.planner.graph with parameters of type Heuristic
AStarGraph(State sourceState, State goalState, java.util.Collection<Adjustable> adjustables, Heuristic heuristic, SuperLinkID requester)
          Constructs an AStarGraph with a start and end-state, and the set adjustables.
 



Copyright © Deepthought Development - All Rights Reserved.