|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StopTimeEntryImpl in org.onebusaway.transit_data_federation.bundle.tasks.transit_graph |
---|
Methods in org.onebusaway.transit_data_federation.bundle.tasks.transit_graph that return types with arguments of type StopTimeEntryImpl | |
---|---|
List<StopTimeEntryImpl> |
StopTimeEntriesFactory.processStopTimes(TransitGraphImpl graph,
List<org.onebusaway.gtfs.model.StopTime> stopTimes,
TripEntryImpl tripEntry,
ShapePoints shapePoints)
|
Method parameters in org.onebusaway.transit_data_federation.bundle.tasks.transit_graph with type arguments of type StopTimeEntryImpl | |
---|---|
PointAndIndex[] |
DistanceAlongShapeLibrary.getDistancesAlongShape(ShapePoints shapePoints,
List<StopTimeEntryImpl> stopTimes)
|
Uses of StopTimeEntryImpl in org.onebusaway.transit_data_federation.impl.transit_graph |
---|
Methods in org.onebusaway.transit_data_federation.impl.transit_graph that return StopTimeEntryImpl | |
---|---|
StopTimeEntryImpl |
StopTimeEntryImpl.setStop(StopEntryImpl stop)
|
StopTimeEntryImpl |
StopTimeEntryImpl.setTime(int time)
|
Uses of StopTimeEntryImpl in org.onebusaway.transit_data_federation.testing |
---|
Methods in org.onebusaway.transit_data_federation.testing that return StopTimeEntryImpl | |
---|---|
static StopTimeEntryImpl |
UnitTestingSupport.addStopTime(TripEntryImpl trip,
StopTimeEntryImpl stopTime)
|
static StopTimeEntryImpl |
UnitTestingSupport.stopTime()
|
static StopTimeEntryImpl |
UnitTestingSupport.stopTime(int id,
StopEntryImpl stop,
TripEntryImpl trip,
int time,
double shapeDistTraveled)
|
static StopTimeEntryImpl |
UnitTestingSupport.stopTime(int id,
StopEntryImpl stop,
TripEntryImpl trip,
int arrivalTime,
int departureTime,
double shapeDistTraveled)
|
static StopTimeEntryImpl |
UnitTestingSupport.stopTime(int id,
StopEntryImpl stop,
TripEntryImpl trip,
int arrivalTime,
int departureTime,
double shapeDistTraveled,
int shapeIndex)
|
Methods in org.onebusaway.transit_data_federation.testing with parameters of type StopTimeEntryImpl | |
---|---|
static StopTimeEntryImpl |
UnitTestingSupport.addStopTime(TripEntryImpl trip,
StopTimeEntryImpl stopTime)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |