jopt.csp.search
Interface SearchNode


public interface SearchNode

A SearchNode is a portion of the search tree that is processed by a Search algorithm. The SearchNode is also used by goals to indicate a location within a search tree a where a solution is contained.

Author:
Nick Coleman

Method Summary
 int getDepth()
          Returns the depth of this node within the search tree
 

Method Detail

getDepth

public int getDepth()
Returns the depth of this node within the search tree