Class TrimTripTransformStrategy.TrimOperation
- java.lang.Object
-
- org.onebusaway.gtfs_transformer.updates.TrimTripTransformStrategy.TrimOperation
-
- Enclosing class:
- TrimTripTransformStrategy
public static class TrimTripTransformStrategy.TrimOperation extends Object
-
-
Constructor Summary
Constructors Constructor Description TrimOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFromStopId()TypedEntityMatchgetMatch()StringgetToStopId()voidsetFromStopId(String fromStopId)voidsetMatch(TypedEntityMatch match)voidsetToStopId(String toStopId)
-
-
-
Method Detail
-
getMatch
public TypedEntityMatch getMatch()
-
setMatch
public void setMatch(TypedEntityMatch match)
-
getFromStopId
public String getFromStopId()
-
setFromStopId
public void setFromStopId(String fromStopId)
-
getToStopId
public String getToStopId()
-
setToStopId
public void setToStopId(String toStopId)
-
-