Uses of Interface
edu.uky.ai.planning.ss.StateSpaceNode

Packages that use StateSpaceNode
Package
Description
Contains objects for representing forward and backward state space search and state space planners.
  • Uses of StateSpaceNode in edu.uky.ai.planning.ss

    Classes in edu.uky.ai.planning.ss that implement StateSpaceNode
    Modifier and Type
    Class
    Description
    class 
    Represents a node in a backward state space search graph, where a node is a goal and a plan to achieve the problem goal if the node's goal can be achieved.
    class 
    A special BackwardNode that represents the root of the backward search space and holds a pointer to the problem object and the search budget.
    class 
    Represents a node in a forward state space search graph, where a node is a state and the plan taken to reach that state from the initial state.
    class 
    A special ForwardNode that represents the root of the forward search space and holds a pointer to the problem object and the search budget.
    Methods in edu.uky.ai.planning.ss that return StateSpaceNode
    Modifier and Type
    Method
    Description
    StateSpaceNode.getRoot()
    Returns the root node of the search space.