Uses of Class
nl.liacs.subdisc.SearchStrategy

Packages that use SearchStrategy
nl.liacs.subdisc   
 

Uses of SearchStrategy in nl.liacs.subdisc
 

Methods in nl.liacs.subdisc that return SearchStrategy
static SearchStrategy SearchStrategy.getDefault()
          Returns the default SearchStrategy.
 SearchStrategy SearchParameters.getSearchStrategy()
           
static SearchStrategy SearchStrategy.getSearchStrategy(java.lang.String theType)
          Returns the SearchStartegy corresponding to the String parameter.
static SearchStrategy SearchStrategy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SearchStrategy[] SearchStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in nl.liacs.subdisc with parameters of type SearchStrategy
 SubgroupSet SubgroupSet.postProcess(SearchStrategy theSearchStrategy)