|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StopEntryImpl | |
---|---|
org.onebusaway.transit_data_federation.impl.transit_graph | |
org.onebusaway.transit_data_federation.testing |
Uses of StopEntryImpl in org.onebusaway.transit_data_federation.impl.transit_graph |
---|
Methods in org.onebusaway.transit_data_federation.impl.transit_graph that return StopEntryImpl | |
---|---|
StopEntryImpl |
StopTimeEntryImpl.getStop()
|
StopEntryImpl |
TransitGraphImpl.getStopEntryForId(org.onebusaway.gtfs.model.AgencyAndId id)
|
Methods in org.onebusaway.transit_data_federation.impl.transit_graph that return types with arguments of type StopEntryImpl | |
---|---|
List<StopEntryImpl> |
TransitGraphImpl.getStops()
|
Methods in org.onebusaway.transit_data_federation.impl.transit_graph with parameters of type StopEntryImpl | |
---|---|
static void |
TransitGraphImpl.handleStopEntryRead(StopEntryImpl stopEntryImpl)
Serialization Support |
void |
TransitGraphImpl.putStopEntry(StopEntryImpl stopEntry)
|
void |
StopTimeEntryImpl.setStop(StopEntryImpl stop)
|
Method parameters in org.onebusaway.transit_data_federation.impl.transit_graph with type arguments of type StopEntryImpl | |
---|---|
static void |
TransitGraphImpl.addStopEntryCallback(org.onebusaway.gtfs.model.AgencyAndId stopEntry,
EntryCallback<StopEntryImpl> entry)
|
Uses of StopEntryImpl in org.onebusaway.transit_data_federation.testing |
---|
Methods in org.onebusaway.transit_data_federation.testing that return StopEntryImpl | |
---|---|
static StopEntryImpl |
UnitTestingSupport.stop(String id,
double lat,
double lon)
|
Methods in org.onebusaway.transit_data_federation.testing with parameters of type StopEntryImpl | |
---|---|
static void |
UnitTestingSupport.addTransfer(StopEntryImpl from,
StopEntryImpl to)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |