Uses of Class
basics.algo.SearchStrategy

Packages that use SearchStrategy
basics.algo   
 

Uses of SearchStrategy in basics.algo
 

Methods in basics.algo that return SearchStrategy
 SearchStrategy SearchStrategyManager.getRandomStrategy()
           
 

Methods in basics.algo that return types with arguments of type SearchStrategy
 java.util.List<SearchStrategy> SearchStrategyManager.getStrategies()
           
 

Methods in basics.algo with parameters of type SearchStrategy
 void SearchStrategyManager.addStrategy(SearchStrategy strategy, double probability)
          adds a new search strategy.