Uses of Class
scheduler.TravelPartConnectionChunk

Packages that use TravelPartConnectionChunk
scheduler   
 

Uses of TravelPartConnectionChunk in scheduler
 

Methods in scheduler that return TravelPartConnectionChunk
 TravelPartConnectionChunk TravelPartConnectionChunk.GetRevertedConnectionChunk()
          Gets a reverted connection chunk.
 TravelPartConnectionChunk ConnectionsFinderTask.GetChunk(int chunkIndex)
          Gets the connection chunk with the given index.
 TravelPartConnectionChunk ConnectionsFinderTask.GetFirstConnectionChunk()
          Gets the first connection chunk in the list.
 TravelPartConnectionChunk ConnectionsFinderTask.GetLastConnectionChunk()
          Gets the last connection chunk in the list.
 TravelPartConnectionChunk ConnectionsFinderTask.GetLastConnectionChunkWithEndDate()
          Gets the last connection chunk in the list with the end date set.
 

Methods in scheduler with parameters of type TravelPartConnectionChunk
private static int TravelDivisionsConnectionsFinder.GetWalkReservationTime(TravelPartConnectionChunk chunk)
          Gets an amount of time in minutes needed to be reserved for the given walk connection chunk.
private static int TravelDivisionsConnectionsFinder.GetTaxiDriveReservationTime(TravelPartConnectionChunk chunk)
          Gets an amount of time in minutes needed to be reserved for the given taxi connection chunk for the drive only.
 void ConnectionsFinderTask.AddConnectionChunk(TravelPartConnectionChunk connectionChunk)
          Adds a new connection chunk at the end of the current list of connection chunks.