|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EVehiclePhase in org.onebusaway.realtime.api |
---|
Methods in org.onebusaway.realtime.api that return EVehiclePhase | |
---|---|
EVehiclePhase |
VehicleLocationRecord.getPhase()
|
static EVehiclePhase |
EVehiclePhase.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EVehiclePhase[] |
EVehiclePhase.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.onebusaway.realtime.api with parameters of type EVehiclePhase | |
---|---|
static boolean |
EVehiclePhase.isActiveAfterBlock(EVehiclePhase phase)
|
static boolean |
EVehiclePhase.isActiveBeforeBlock(EVehiclePhase phase)
|
static boolean |
EVehiclePhase.isActiveDuringBlock(EVehiclePhase phase)
|
static boolean |
EVehiclePhase.isActiveLayover(EVehiclePhase phase)
|
static boolean |
EVehiclePhase.isLayover(EVehiclePhase phase)
|
void |
VehicleLocationRecord.setPhase(EVehiclePhase phase)
|
Uses of EVehiclePhase in org.onebusaway.transit_data_federation.impl.realtime |
---|
Methods in org.onebusaway.transit_data_federation.impl.realtime that return EVehiclePhase | |
---|---|
EVehiclePhase |
BlockLocationRecord.getPhase()
|
EVehiclePhase |
BlockLocationRecordCollection.getPhaseForTargetTime(long targetTime)
|
Methods in org.onebusaway.transit_data_federation.impl.realtime with parameters of type EVehiclePhase | |
---|---|
void |
BlockLocationRecord.Builder.setPhase(EVehiclePhase phase)
|
Uses of EVehiclePhase in org.onebusaway.transit_data_federation.impl.realtime.history |
---|
Methods in org.onebusaway.transit_data_federation.impl.realtime.history that return EVehiclePhase | |
---|---|
EVehiclePhase |
BlockLocationArchiveRecord.getPhase()
|
Methods in org.onebusaway.transit_data_federation.impl.realtime.history with parameters of type EVehiclePhase | |
---|---|
void |
BlockLocationArchiveRecord.setPhase(EVehiclePhase phase)
|
Uses of EVehiclePhase in org.onebusaway.transit_data_federation.services.realtime |
---|
Methods in org.onebusaway.transit_data_federation.services.realtime that return EVehiclePhase | |
---|---|
EVehiclePhase |
BlockLocation.getPhase()
|
Methods in org.onebusaway.transit_data_federation.services.realtime with parameters of type EVehiclePhase | |
---|---|
void |
BlockLocation.setPhase(EVehiclePhase phase)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |