Package scheduler.modulesinterfaces

Interface Summary
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.
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.