public abstract class TripFilter extends TimetableFilter
agencyId, routeId, routeType, tripId
warnings
Constructor and Description |
---|
TripFilter() |
Modifier and Type | Method and Description |
---|---|
abstract FrequencyEntry |
apply(Trip trip,
TripPattern tp,
FrequencyEntry fe) |
abstract TripTimes |
apply(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(Trip trip, TripPattern tp, TripTimes tt)
public abstract FrequencyEntry apply(Trip trip, TripPattern tp, FrequencyEntry fe)
Copyright © 2019. All rights reserved.