Class StationComplexStrategy

java.lang.Object
org.onebusaway.gtfs_transformer.impl.StationComplexStrategy
All Implemented Interfaces:
GtfsTransformStrategy

public class StationComplexStrategy extends Object implements GtfsTransformStrategy
  • Constructor Details

    • StationComplexStrategy

      public StationComplexStrategy()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface GtfsTransformStrategy
    • run

      public void run(TransformContext context, GtfsMutableRelationalDao dao)
      Specified by:
      run in interface GtfsTransformStrategy
    • setComplexFile

      public void setComplexFile(String complexFile)
    • setGenericPathwayTraversalTime

      public void setGenericPathwayTraversalTime(int genericPathwayTraversalTime)
    • setType

      public void setType(org.onebusaway.gtfs_transformer.impl.StationComplexStrategy.Type type)
    • setPathwayType

      public void setPathwayType(org.onebusaway.gtfs_transformer.impl.StationComplexStrategy.PathwayType type)