Uses of Interface
scheduler.modulesinterfaces.TravelSolutionsJudger

Packages that use TravelSolutionsJudger
scheduler   
scheduler.modules   
 

Uses of TravelSolutionsJudger in scheduler
 

Fields in scheduler declared as TravelSolutionsJudger
(package private)  TravelSolutionsJudger TravelSolutionsSorter.travelSolutionsJudger
          The CRN manager used to judge the travel solutions when sorting on similarity to the history.
 

Constructors in scheduler with parameters of type TravelSolutionsJudger
TravelSolutionsSorter(TravelSolutionsJudger travelSolutionsJudger)
          Constructor.
 

Uses of TravelSolutionsJudger in scheduler.modules
 

Classes in scheduler.modules that implement TravelSolutionsJudger
 class SchedulerCRNManager
          A class used to keep eye on user's history of travels (both accepted and rejected cases are stored).