public class RouteShort extends Object
Modifier and Type | Field and Description |
---|---|
String |
agencyName |
String |
color |
org.onebusaway.gtfs.model.AgencyAndId |
id |
String |
longName |
String |
mode |
String |
shortName |
Constructor and Description |
---|
RouteShort(org.onebusaway.gtfs.model.Route route) |
Modifier and Type | Method and Description |
---|---|
static List<RouteShort> |
list(Collection<org.onebusaway.gtfs.model.Route> in) |
public org.onebusaway.gtfs.model.AgencyAndId id
public String shortName
public String longName
public String mode
public String color
public String agencyName
public static List<RouteShort> list(Collection<org.onebusaway.gtfs.model.Route> in)
Copyright © 2018. All rights reserved.