public class TripShort extends Object
Modifier and Type | Field and Description |
---|---|
Integer |
direction |
org.onebusaway.gtfs.model.AgencyAndId |
id |
org.onebusaway.gtfs.model.AgencyAndId |
serviceId |
String |
shapeId |
String |
tripHeadsign |
Constructor and Description |
---|
TripShort(org.onebusaway.gtfs.model.Trip trip) |
Modifier and Type | Method and Description |
---|---|
static List<TripShort> |
list(Collection<org.onebusaway.gtfs.model.Trip> in) |
public org.onebusaway.gtfs.model.AgencyAndId id
public String tripHeadsign
public org.onebusaway.gtfs.model.AgencyAndId serviceId
public String shapeId
public Integer direction
public static List<TripShort> list(Collection<org.onebusaway.gtfs.model.Trip> in)
Copyright © 2018. All rights reserved.