Uses of Package
ai.search

Packages that use ai.search
ai.search   
ai.search.informed   
ai.search.uninformed   
 

Classes in ai.search used by ai.search
DoubleCostAction
           Instances implementing this interface represent a possible action that can be used to transform one search state into another.
DoubleCostReversibleAction
           Instances implementing this interface represent a reversible action that can be used to transform one search state into another.
IntCostAction
           Instances implementing this interface represent a possible action that can be used to transform one search state into another.
IntCostReversibleAction
           Instances implementing this interface represent a reversible action that can be used to transform one search state into another.
SearchEngine
           This class is a generic AI search engine that traverses a search space defined by an initial search state and a set of available actions.
SearchEngine.GraphType
           
SearchEngineForDoubleCostFn.SearchNodeForDoubleCostFn
           A search node is a data structure created by a search engine to keep track of the portion of the search space explored so far.
SearchEngineForIntCostFn.SearchNodeForIntCostFn
           A search node is a data structure created by a search engine to keep track of the portion of the search space explored so far.
SearchStateForDoubleCostFn
           This class represents a state of the world in a search problem.
SearchStateForIntCostFn
           This class represents a state of the world in a search problem.
 

Classes in ai.search used by ai.search.informed
IntCostAction
           Instances implementing this interface represent a possible action that can be used to transform one search state into another.
SearchEngine
           This class is a generic AI search engine that traverses a search space defined by an initial search state and a set of available actions.
SearchEngine.GraphType
           
SearchEngineForIntCostFn
           This class is a generic AI search engine that traverses a search space defined by an initial search state and a set of available actions.
SearchEngineForIntCostFn.SearchNodeForIntCostFn
           A search node is a data structure created by a search engine to keep track of the portion of the search space explored so far.
SearchStateForIntCostFn
           This class represents a state of the world in a search problem.
 

Classes in ai.search used by ai.search.uninformed
DoubleCostAction
           Instances implementing this interface represent a possible action that can be used to transform one search state into another.
IntCostAction
           Instances implementing this interface represent a possible action that can be used to transform one search state into another.
SearchEngine
           This class is a generic AI search engine that traverses a search space defined by an initial search state and a set of available actions.
SearchEngine.GraphType
           
SearchEngineForDoubleCostFn
           This class is a generic AI search engine that traverses a search space defined by an initial search state and a set of available actions.
SearchEngineForDoubleCostFn.SearchNodeForDoubleCostFn
           A search node is a data structure created by a search engine to keep track of the portion of the search space explored so far.
SearchEngineForIntCostFn
           This class is a generic AI search engine that traverses a search space defined by an initial search state and a set of available actions.
SearchEngineForIntCostFn.SearchNodeForIntCostFn
           A search node is a data structure created by a search engine to keep track of the portion of the search space explored so far.
SearchStateForDoubleCostFn
           This class represents a state of the world in a search problem.
SearchStateForIntCostFn
           This class represents a state of the world in a search problem.