| Package | Description | 
|---|---|
| org.opentripplanner.api.model | 
| Modifier and Type | Field and Description | 
|---|---|
List<Leg> | 
Itinerary.legs
A list of Legs. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Itinerary.addLeg(Leg leg)
adds leg to array list 
 | 
void | 
Itinerary.removeLeg(Leg leg)
remove the leg from the list of legs 
 | 
Copyright © 2019. All rights reserved.