Uses of Class
scheduler.ConnectionsFinderTask

Packages that use ConnectionsFinderTask
gui.controls   
scheduler   
scheduler.modules   
scheduler.modulesinterfaces   
 

Uses of ConnectionsFinderTask in gui.controls
 

Fields in gui.controls declared as ConnectionsFinderTask
private  ConnectionsFinderTask TravelSolutionsCellRenderer.solution
          A solution we are rendering.
 

Methods in gui.controls that return ConnectionsFinderTask
 ConnectionsFinderTask TravelSolutionsChooser.GetSelectedSolution()
          Gets the currently selected solution.
 

Uses of ConnectionsFinderTask in scheduler
 

Fields in scheduler declared as ConnectionsFinderTask
(package private)  ConnectionsFinderTask TravelSolutionsSorter.SortTag.task
          A travel solution.
 

Methods in scheduler with parameters of type ConnectionsFinderTask
 void ConnectionsFinderTask.SetCurrentWorkingData(ConnectionsFinderTask otherTask)
          Sets the current connection, day of week, current station and the start station to the same values as of the other one's.
 boolean ConnectionsFinderTask.IsSimilar(ConnectionsFinderTask otherTask)
          Checks whether this task is similar to the given one.
 

Uses of ConnectionsFinderTask in scheduler.modules
 

Methods in scheduler.modules that return ConnectionsFinderTask
 ConnectionsFinderTask ConnectionsFinderTasksManager.GetTask()
           
 

Methods in scheduler.modules with parameters of type ConnectionsFinderTask
 double SchedulerCRNManager.JudgeTravelSolution(ConnectionsFinderTask travelSolution)
           
 void SchedulerCRNManager.AddTravelSolution(ConnectionsFinderTask travelSolution, boolean fAccepted)
           
private  Case SchedulerCRNManager.GetCase(ConnectionsFinderTask travelSolution, boolean fAccepted)
          Converts the travel solution to the CRN case.
 void ConnectionsFinderTasksManager.AddTask(ConnectionsFinderTask task)
           
 boolean ChangesJudgerStub.ShouldDropChange(ConnectionsFinderTask task, ConnectionsFinderTask changeTask, TravelPart travelPart, boolean fRevert)
          Checks whether it is wise to do not take the given change.
 boolean ChangesJessJudger.ShouldDropChange(ConnectionsFinderTask task, ConnectionsFinderTask changeTask, TravelPart travelPart, boolean fRevert)
           
 

Uses of ConnectionsFinderTask in scheduler.modulesinterfaces
 

Methods in scheduler.modulesinterfaces that return ConnectionsFinderTask
 ConnectionsFinderTask ConnectionsFinderTasksManager.GetTask()
          Gets a task to be performed.
 

Methods in scheduler.modulesinterfaces with parameters of type ConnectionsFinderTask
 double TravelSolutionsJudger.JudgeTravelSolution(ConnectionsFinderTask travelSolution)
          Judges the given travel solution.
 void TravelSolutionsJudger.AddTravelSolution(ConnectionsFinderTask travelSolution, boolean fAccepted)
          Add the given travel solution to the history.
 void ConnectionsFinderTasksManager.AddTask(ConnectionsFinderTask task)
          Adds a task to the manager to be stored for a later execution.
 boolean ChangesJudger.ShouldDropChange(ConnectionsFinderTask task, ConnectionsFinderTask changeTask, TravelPart travelPart, boolean fRevert)
          Checks whether it is wise to do not take the given change.