Uses of Interface
net.sf.myra.framework.LocalSearch

Uses of LocalSearch in net.sf.myra.framework
 

Classes in net.sf.myra.framework that implement LocalSearch
 class CompoundLocalSearch
          This class represents a local search method made by the combination of several local search methods.
 

Fields in net.sf.myra.framework declared as LocalSearch
protected  LocalSearch Scheduler.search
          The local search operator.
 

Methods in net.sf.myra.framework that return LocalSearch
 LocalSearch Scheduler.getLocalSearch()
          Returns the local search operator.
 

Methods in net.sf.myra.framework with parameters of type LocalSearch
 void CompoundLocalSearch.add(LocalSearch localSearch)
          Adds the specified local search method.
 void CompoundLocalSearch.remove(LocalSearch localSearch)
          Removes the specified local search method.
 void Scheduler.setLocalSearch(LocalSearch search)
          Sets the local search operator.
 



Copyright © 2013. All Rights Reserved.