|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StopTimeEntry
Method Summary | |
---|---|
int |
getAccumulatedSlackTime()
The amount of accumulated slack time from the start of the trip to the arrival time at this stop. |
int |
getArrivalTime()
|
int |
getDepartureTime()
|
int |
getDropOffType()
|
int |
getId()
|
int |
getPickupType()
|
int |
getSequence()
|
double |
getShapeDistTraveled()
|
int |
getShapePointIndex()
The index into the list of shape points for this stop time's trip, for the shape point that comes right before this stops location along the shape. |
int |
getSlackTime()
The amount of slack time at the current stop time. |
StopEntry |
getStop()
|
TripEntry |
getTrip()
|
Method Detail |
---|
int getId()
TripEntry getTrip()
int getSequence()
StopEntry getStop()
int getArrivalTime()
int getDepartureTime()
int getPickupType()
int getDropOffType()
int getShapePointIndex()
double getShapeDistTraveled()
int getSlackTime()
int getAccumulatedSlackTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |