org.onebusaway.transit_data_federation.services
Class FederatedTransitDataBundle

java.lang.Object
  extended by org.onebusaway.transit_data_federation.services.FederatedTransitDataBundle

public class FederatedTransitDataBundle
extends Object

Captures the file structure of various file artifacts of a federated transit data bundle. All artifact file paths are relative to a base path.

Author:
bdferris

Constructor Summary
FederatedTransitDataBundle()
           
FederatedTransitDataBundle(File path)
           
 
Method Summary
 List<File> getAllTransferPatternsPaths()
           
 File getBlockLayoverIndicesPath()
           
 File getBlockTripIndicesPath()
           
 File getCachePath()
           
 File getCalendarServiceDataPath()
           
 File getFrequencyBlockTripIndicesPath()
           
 File getGraphPath()
           
 File getHubStopsPath(boolean keyed)
           
 String getKey()
           
 File getNarrativeProviderPath()
           
 File getPath()
           
 File getRouteSearchIndexPath()
           
 File getSerializedTransferPatternsPath()
           
 File getServiceAlertsPath()
           
 File getShapeGeospatialIndexDataPath()
           
 File getStopSearchIndexPath()
           
 File getStopTransfersPath()
           
 File getTransferPatternsParentPath()
           
 File getTransferPatternsPath()
           
 File getTransferPatternsSourceStopsPath()
           
 File getTransferPatternsTransferPointCountsPath()
           
 File getTransitGraphPath()
           
 File getWalkPlannerGraphPath()
           
 void setKey(String key)
           
 void setPath(File path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FederatedTransitDataBundle

public FederatedTransitDataBundle(File path)

FederatedTransitDataBundle

public FederatedTransitDataBundle()
Method Detail

setPath

public void setPath(File path)

getPath

public File getPath()

getKey

public String getKey()

setKey

public void setKey(String key)

getCalendarServiceDataPath

public File getCalendarServiceDataPath()

getRouteSearchIndexPath

public File getRouteSearchIndexPath()

getStopSearchIndexPath

public File getStopSearchIndexPath()

getWalkPlannerGraphPath

public File getWalkPlannerGraphPath()

getTransitGraphPath

public File getTransitGraphPath()

getGraphPath

public File getGraphPath()

getNarrativeProviderPath

public File getNarrativeProviderPath()

getBlockTripIndicesPath

public File getBlockTripIndicesPath()

getBlockLayoverIndicesPath

public File getBlockLayoverIndicesPath()

getFrequencyBlockTripIndicesPath

public File getFrequencyBlockTripIndicesPath()

getStopTransfersPath

public File getStopTransfersPath()

getShapeGeospatialIndexDataPath

public File getShapeGeospatialIndexDataPath()

getHubStopsPath

public File getHubStopsPath(boolean keyed)

getTransferPatternsSourceStopsPath

public File getTransferPatternsSourceStopsPath()

getTransferPatternsParentPath

public File getTransferPatternsParentPath()

getTransferPatternsPath

public File getTransferPatternsPath()

getAllTransferPatternsPaths

public List<File> getAllTransferPatternsPaths()

getTransferPatternsTransferPointCountsPath

public File getTransferPatternsTransferPointCountsPath()

getSerializedTransferPatternsPath

public File getSerializedTransferPatternsPath()

getServiceAlertsPath

public File getServiceAlertsPath()

getCachePath

public File getCachePath()


Copyright © 2012 OneBusAway. All Rights Reserved.