public class SkipStop extends TripPatternFilter
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
Collection<String> |
stopId
Stops to skip.
|
agencyId, routeId, routeType, tripIdwarnings| 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, matchessetTypepublic static final long serialVersionUID
public Collection<String> stopId
public String getType()
ModificationgetType in class Modificationpublic Collection<TripPattern> apply(TripPattern original)
TripPatternFilterapply in class TripPatternFilterCopyright © 2018. All rights reserved.