Uses of Class
scheduler.TravelPartsList

Packages that use TravelPartsList
gui.controls   
scheduler   
 

Uses of TravelPartsList in gui.controls
 

Fields in gui.controls declared as TravelPartsList
private  TravelPartsList TravelDivisionsCellRenderer.division
          A division we are rendering.
 

Methods in gui.controls that return TravelPartsList
 TravelPartsList TravelDivisionsChooser.GetSelectedDivision()
          Gets the currently selected division.
 

Uses of TravelPartsList in scheduler
 

Methods in scheduler that return TravelPartsList
 TravelPartsList TravelPartsList.GetRevertedList()
          Gets the reverted list.
 

Methods in scheduler with parameters of type TravelPartsList
 void TravelPartsList.AddTravelParts(TravelPartsList travelPartsList)
          Adds a new travel part to the list.
 boolean TravelPartsList.IsEqual(TravelPartsList other)
          Gets a boolean value indicating whether this and the given one lists are equal.
private  void TravelDivisionsConnectionsFinder.FindConnections(TravelPartsList travelPartsList, java.util.Date departureLimit, java.util.Date arrivalLimit, java.util.ArrayList resultsList)
          Finds out connections for the given division of the travel matching the given time limits and other constraints.