Uses of Package
scheduler.modulesinterfaces

Packages that use scheduler.modulesinterfaces
scheduler   
scheduler.modules   
world   
 

Classes in scheduler.modulesinterfaces used by scheduler
ChangesJudger
          An interface that must be implemented by a class that will judge if to drop a specified changes or not.
ConnectionsTravelInfoProvider
          An interface defining the methods to access a source of the travel information on the world.
FeedbackTravelPartsProvider
          An interface that must be implemented by a class providing the feedback travel parts (expert knowledge).
LocationsTravelInfoProvider
          An interface defining the methods to access a source of the travel information on the world.
MeansOfTransportationProvider
          An interface that must be implemented by a class that will provide a list of means of transportation appropriate for the main part of travek between the two given locations.
TravelSolutionsJudger
          An interface that must be implemented by a class that will judge the travel solutions.
 

Classes in scheduler.modulesinterfaces used by scheduler.modules
ChangesJudger
          An interface that must be implemented by a class that will judge if to drop a specified changes or not.
ConnectionsFinderTasksManager
          An interface that must be implemented by a class that will manage the order of processing of tasks while finding the connections for the travel divisions.
FeedbackTravelPartsProvider
          An interface that must be implemented by a class providing the feedback travel parts (expert knowledge).
MeansOfTransportationProvider
          An interface that must be implemented by a class that will provide a list of means of transportation appropriate for the main part of travek between the two given locations.
TravelSolutionsJudger
          An interface that must be implemented by a class that will judge the travel solutions.
 

Classes in scheduler.modulesinterfaces used by world
ConnectionsTravelInfoProvider
          An interface defining the methods to access a source of the travel information on the world.
LocationsTravelInfoProvider
          An interface defining the methods to access a source of the travel information on the world.