Uses of Interface
extended.BidirectionalProblem

Packages that use BidirectionalProblem
extended contains more advanced search algorithms and the corresponding problem interfaces 
 

Uses of BidirectionalProblem in extended
 

Fields in extended declared as BidirectionalProblem
protected  BidirectionalProblem<T> BidirectionalSearch.problem
          holds a reference to the problem to be solved
 

Methods in extended that return BidirectionalProblem
 BidirectionalProblem<T> BidirectionalSearch.getProblem()
          This method returns the problem, with which this search has been created.
 

Constructors in extended with parameters of type BidirectionalProblem
BidirectionalSearch(BidirectionalProblem<T> problem)
          Creates a new bidirectional search, with the given problem.