public static class AddTripPattern.PatternTimetable extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
BitSet |
days
What days is this active on (starting with Monday at 0)?
|
int[] |
dwellTimes
dwell times in seconds
|
int |
endTime
end time for frequency-based trips (seconds since GTFS midnight)
|
boolean |
frequency
is this a frequency entry?
|
int |
headwaySecs
headway for frequency-based patterns
|
int[] |
hopTimes
hop times in seconds
|
int |
startTime
start time (seconds since GTFS midnight)
|
Constructor and Description |
---|
PatternTimetable() |
public int[] hopTimes
public int[] dwellTimes
public boolean frequency
public int startTime
public int endTime
public int headwaySecs
public BitSet days
Copyright © 2018. All rights reserved.