Class SubsectionTripTransformStrategy.SubsectionOperation

java.lang.Object
org.onebusaway.gtfs_transformer.updates.SubsectionTripTransformStrategy.SubsectionOperation
Enclosing class:
SubsectionTripTransformStrategy

public static class SubsectionTripTransformStrategy.SubsectionOperation extends Object
  • Constructor Details

    • SubsectionOperation

      public SubsectionOperation()
  • Method Details

    • getFromStopId

      public String getFromStopId()
    • setFromStopId

      public void setFromStopId(String fromStopId)
    • isIncludeFromStop

      public boolean isIncludeFromStop()
    • setIncludeFromStop

      public void setIncludeFromStop(boolean includeFromStop)
    • getToStopId

      public String getToStopId()
    • setToStopId

      public void setToStopId(String toStopId)
    • isIncludeToStop

      public boolean isIncludeToStop()
    • setIncludeToStop

      public void setIncludeToStop(boolean includeToStop)
    • getRouteId

      public String getRouteId()
    • setRouteId

      public void setRouteId(String routeId)
    • isRemoveUnmatchedTrips

      public boolean isRemoveUnmatchedTrips()
    • setRemoveUnmatchedTrips

      public void setRemoveUnmatchedTrips(boolean removeUnmatchedTrips)