Interface StateSpaceNode

All Known Implementing Classes:
BackwardNode, BackwardRoot, ForwardNode, ForwardRoot

public interface StateSpaceNode
Represents a node in a state space search graph. A node is considered generated once it is created. A node is considered visited once it has one or more children.
Author:
Stephen G. Ware
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the plan this node represents.
    Returns the root node of the search space.
  • Method Details

    • getRoot

      StateSpaceNode getRoot()
      Returns the root node of the search space.
      Returns:
      the root
    • getPlan

      Plan getPlan()
      Returns the plan this node represents.
      Returns:
      the plan