Class SubsectionTripTransformStrategy.SubsectionOperation
java.lang.Object
org.onebusaway.gtfs_transformer.updates.SubsectionTripTransformStrategy.SubsectionOperation
- Enclosing class:
SubsectionTripTransformStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidsetFromStopId(String fromStopId) voidsetIncludeFromStop(boolean includeFromStop) voidsetIncludeToStop(boolean includeToStop) voidsetRemoveUnmatchedTrips(boolean removeUnmatchedTrips) voidsetRouteId(String routeId) voidsetToStopId(String toStopId)
-
Constructor Details
-
SubsectionOperation
public SubsectionOperation()
-
-
Method Details
-
getFromStopId
-
setFromStopId
-
isIncludeFromStop
public boolean isIncludeFromStop() -
setIncludeFromStop
public void setIncludeFromStop(boolean includeFromStop) -
getToStopId
-
setToStopId
-
isIncludeToStop
public boolean isIncludeToStop() -
setIncludeToStop
public void setIncludeToStop(boolean includeToStop) -
getRouteId
-
setRouteId
-
isRemoveUnmatchedTrips
public boolean isRemoveUnmatchedTrips() -
setRemoveUnmatchedTrips
public void setRemoveUnmatchedTrips(boolean removeUnmatchedTrips)
-