Uses of Class
scheduler.TravelPart

Packages that use TravelPart
scheduler   
scheduler.modules   
scheduler.modulesinterfaces   
 

Uses of TravelPart in scheduler
 

Subclasses of TravelPart in scheduler
 class TravelPartConnectionChunk
          A class describing a piece of a real connection used to fill a travel part.
 

Methods in scheduler that return TravelPart
 TravelPart TravelPartsList.GetFirstTravelPart()
          Gets the first travel part from the list.
 TravelPart TravelPartsList.GetLastTravelPart()
          Gets the last travel part from the list.
 TravelPart TravelPartConnectionChunk.GetRevertedPart()
          Calls GetRevertedConnectionChunk().
 TravelPart TravelPart.GetRevertedPart()
          Gets the reverted travel part.
 

Methods in scheduler with parameters of type TravelPart
 void TravelPartsList.AddTravelPart(TravelPart travelPart)
          Adds a new travel part to the list.
 

Uses of TravelPart in scheduler.modules
 

Methods in scheduler.modules with parameters of type TravelPart
 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 TravelPart in scheduler.modulesinterfaces
 

Methods in scheduler.modulesinterfaces with parameters of type TravelPart
 boolean ChangesJudger.ShouldDropChange(ConnectionsFinderTask task, ConnectionsFinderTask changeTask, TravelPart travelPart, boolean fRevert)
          Checks whether it is wise to do not take the given change.