public class SkipStop extends TripPatternFilter
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Collection<String> |
stopId
Stops to skip.
|
agencyId, routeId, routeType, tripId
warnings
Constructor and Description |
---|
SkipStop() |
Modifier and Type | Method and Description |
---|---|
Collection<TripPattern> |
apply(TripPattern original)
Apply this to a trip pattern.
|
String |
getType()
Distinguish between modification types when a list of Modifications are serialized out as JSON.
|
TripTimes |
omitStops(TripTimes tt,
int... stopsToSkip) |
couldMatch, matches
setType
public static final long serialVersionUID
public Collection<String> stopId
public String getType()
Modification
getType
in class Modification
public Collection<TripPattern> apply(TripPattern original)
TripPatternFilter
apply
in class TripPatternFilter
Copyright © 2019. All rights reserved.