Uses of Class
lio.misc.StopCondition

Packages that use StopCondition
lio.core   
lio.search   
 

Uses of StopCondition in lio.core
 

Methods in lio.core with parameters of type StopCondition
 boolean LiOResourceFactory.applyStopConditionConf(StopCondition sc)
           
 

Uses of StopCondition in lio.search
 

Fields in lio.search declared as StopCondition
protected  StopCondition LiOSearch.stopCondition
          Determines the stopping condition of the search.
 

Methods in lio.search that return StopCondition
 StopCondition LiOSearch.getStopCondition()
           
 

Methods in lio.search with parameters of type StopCondition
 void LiOSearch.setStopCondition(StopCondition stopCondition)