Package | Description |
---|---|
com.conveyal.r5.otp2.speed_test.api.model |
Modifier and Type | Field and Description |
---|---|
AgencyAndId |
Leg.routeId
For transit legs, the ID of the route.
|
AgencyAndId |
Place.stopId
The ID of the stop.
|
AgencyAndId |
Leg.tripId
For transit legs, the ID of the trip.
|
Modifier and Type | Method and Description |
---|---|
static AgencyAndId |
AgencyAndId.convertFromString(String value)
Given an id of the form "agencyId_entityId", parses into a
AgencyAndId id object. |
static AgencyAndId |
AgencyAndId.convertFromString(String value,
char separator)
Given an id of the form "agencyId_entityId", parses into a
AgencyAndId id object. |
Modifier and Type | Method and Description |
---|---|
int |
AgencyAndId.compareTo(AgencyAndId o) |
static String |
AgencyAndId.convertToString(AgencyAndId aid)
Given an
AgencyAndId object, creates a string representation of the
form "agencyId_entityId" |
Copyright © 2019. All rights reserved.