A B C D E F G H I M N O P R S T U V Y

F

foundGoalNode - Variable in class ai.search.SearchEngineForDoubleCostFn
the goal node that has been found or null when no such node has been discovered (yet)
foundGoalNode - Variable in class ai.search.SearchEngineForIntCostFn
the goal node that has been found or null when no such node has been discovered (yet)
foundGoalState() - Method in class ai.search.SearchEngine
This function returns whether a goal state has been found.
foundGoalState() - Method in class ai.search.SearchEngineForDoubleCostFn
This function returns whether a goal state has been found.
foundGoalState() - Method in class ai.search.SearchEngineForIntCostFn
This function returns whether a goal state has been found.
foundStates - Variable in class ai.search.informed.AStarSearcherForIntCostFn
the table of all states generated this far for the test for repeated states
foundStates - Variable in class ai.search.informed.GreedySearcherForIntCostFn
the table of all states generated this far for the test for repeated states
foundStates - Variable in class ai.search.informed.RandomizedAStarSearcherForIntCostFn
the table of all states generated this far for the test for repeated states
foundStates - Variable in class ai.search.uninformed.BreadthFirstSearcherForDoubleCostFn
the table of all states generated this far for the test for repeated states
foundStates - Variable in class ai.search.uninformed.BreadthFirstSearcherForIntCostFn
the table of all states generated this far for the test for repeated states
foundStates - Variable in class ai.search.uninformed.UniformCostSearcherForDoubleCostFn
the table of all states generated this far for the test for repeated states
foundStates - Variable in class ai.search.uninformed.UniformCostSearcherForIntCostFn
the table of all states generated this far for the test for repeated states
foundStatesBwd - Variable in class ai.search.uninformed.BidirBFSearcherForDoubleCostFn
the table of all states generated this far for the test for repeated states for the backward search
foundStatesBwd - Variable in class ai.search.uninformed.BidirBFSearcherForIntCostFn
the table of all states generated this far for the test for repeated states for the backward search
foundStatesFwd - Variable in class ai.search.uninformed.BidirBFSearcherForDoubleCostFn
the table of all states generated this far for the test for repeated states for the forward search
foundStatesFwd - Variable in class ai.search.uninformed.BidirBFSearcherForIntCostFn
the table of all states generated this far for the test for repeated states for the forward search
fValues - Variable in class ai.search.informed.RBFSearcherForIntCostFn
the f-Values for the nodes in the stack

A B C D E F G H I M N O P R S T U V Y