org.onebusaway.transit_data_federation.impl.blocks
Class IndexAdapters

java.lang.Object
  extended by org.onebusaway.transit_data_federation.impl.blocks.IndexAdapters

public class IndexAdapters
extends Object


Field Summary
static GenericBinarySearch.IndexAdapter<BlockConfigurationEntry> BLOCK_CONFIG_DISTANCE_INSTANCE
           
static GenericBinarySearch.IndexAdapter<HasIndexedBlockStopTimes> BLOCK_STOP_TIME_ARRIVAL_INSTANCE
           
static GenericBinarySearch.IndexAdapter<HasIndexedBlockStopTimes> BLOCK_STOP_TIME_DEPARTURE_INSTANCE
           
static GenericBinarySearch.IndexAdapter<HasIndexedFrequencyBlockTrips> FREQUENCY_END_TIME_INSTANCE
           
static GenericBinarySearch.IndexAdapter<HasIndexedFrequencyBlockTrips> FREQUENCY_START_TIME_INSTANCE
           
 
Constructor Summary
IndexAdapters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BLOCK_STOP_TIME_ARRIVAL_INSTANCE

public static final GenericBinarySearch.IndexAdapter<HasIndexedBlockStopTimes> BLOCK_STOP_TIME_ARRIVAL_INSTANCE

BLOCK_STOP_TIME_DEPARTURE_INSTANCE

public static final GenericBinarySearch.IndexAdapter<HasIndexedBlockStopTimes> BLOCK_STOP_TIME_DEPARTURE_INSTANCE

BLOCK_CONFIG_DISTANCE_INSTANCE

public static final GenericBinarySearch.IndexAdapter<BlockConfigurationEntry> BLOCK_CONFIG_DISTANCE_INSTANCE

FREQUENCY_END_TIME_INSTANCE

public static final GenericBinarySearch.IndexAdapter<HasIndexedFrequencyBlockTrips> FREQUENCY_END_TIME_INSTANCE

FREQUENCY_START_TIME_INSTANCE

public static final GenericBinarySearch.IndexAdapter<HasIndexedFrequencyBlockTrips> FREQUENCY_START_TIME_INSTANCE
Constructor Detail

IndexAdapters

public IndexAdapters()


Copyright © 2012 OneBusAway. All Rights Reserved.