public abstract class TripFilter extends TimetableFilter
agencyId, routeId, routeType, tripId
warnings
Constructor and Description |
---|
TripFilter() |
Modifier and Type | Method and Description |
---|---|
abstract FrequencyEntry |
apply(org.onebusaway.gtfs.model.Trip trip,
TripPattern tp,
FrequencyEntry fe) |
abstract TripTimes |
apply(org.onebusaway.gtfs.model.Trip trip,
TripPattern tp,
TripTimes tt)
Apply this modification to a Trip/ Do not modify the original trip times as they are part of the graph!
|
couldMatch, matches
getType, setType
public abstract TripTimes apply(org.onebusaway.gtfs.model.Trip trip, TripPattern tp, TripTimes tt)
public abstract FrequencyEntry apply(org.onebusaway.gtfs.model.Trip trip, TripPattern tp, FrequencyEntry fe)
Copyright © 2018. All rights reserved.