Class SubsectionTripTransformStrategy.SubsectionOperation
- java.lang.Object
-
- org.onebusaway.gtfs_transformer.updates.SubsectionTripTransformStrategy.SubsectionOperation
-
- Enclosing class:
- SubsectionTripTransformStrategy
public static class SubsectionTripTransformStrategy.SubsectionOperation extends Object
-
-
Constructor Summary
Constructors Constructor Description SubsectionOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFromStopId()StringgetRouteId()StringgetToStopId()booleanisIncludeFromStop()booleanisIncludeToStop()booleanisRemoveUnmatchedTrips()voidsetFromStopId(String fromStopId)voidsetIncludeFromStop(boolean includeFromStop)voidsetIncludeToStop(boolean includeToStop)voidsetRemoveUnmatchedTrips(boolean removeUnmatchedTrips)voidsetRouteId(String routeId)voidsetToStopId(String toStopId)
-
-
-
Method Detail
-
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)
-
-