Uses of Interface
jopt.csp.search.SearchNodeReference

Packages that use SearchNodeReference
jopt.csp.search The interfaces to all your searching needs. 
 

Uses of SearchNodeReference in jopt.csp.search
 

Methods in jopt.csp.search that return SearchNodeReference
 SearchNodeReference SearchGoal.getSolutionReference(int n)
          Returns the reference to a solution node for this goal at the specified offset.
 

Methods in jopt.csp.search with parameters of type SearchNodeReference
 boolean SearchGoal.solutionFound(SearchNodeReference treeLocationRef)
          Called when searches encounter a solution to determine the proper course of action based on whether the goal has been reached.