Class ServiceIdKeyMatch
- java.lang.Object
-
- org.onebusaway.gtfs_transformer.collections.IdKeyMatch
-
- org.onebusaway.gtfs_transformer.collections.ServiceIdKeyMatch
-
- All Implemented Interfaces:
EntityMatch
public class ServiceIdKeyMatch extends IdKeyMatch
-
-
Constructor Summary
Constructors Constructor Description ServiceIdKeyMatch(GtfsReader reader, String rawServiceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRawId()protected IdKeyresolveKey()-
Methods inherited from class org.onebusaway.gtfs_transformer.collections.IdKeyMatch
getKey, isApplicableToObject
-
-
-
-
Constructor Detail
-
ServiceIdKeyMatch
public ServiceIdKeyMatch(GtfsReader reader, String rawServiceId)
-
-
Method Detail
-
getRawId
public String getRawId()
-
resolveKey
protected IdKey resolveKey()
- Specified by:
resolveKeyin classIdKeyMatch
-
-