Class IdKeyMatch
- java.lang.Object
-
- org.onebusaway.gtfs_transformer.collections.IdKeyMatch
-
- All Implemented Interfaces:
EntityMatch
- Direct Known Subclasses:
ServiceIdKeyMatch,ShapeIdKeyMatch
public abstract class IdKeyMatch extends Object implements EntityMatch
-
-
Constructor Summary
Constructors Constructor Description IdKeyMatch()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description IdKeygetKey()booleanisApplicableToObject(Object object)protected abstract IdKeyresolveKey()
-
-
-
Method Detail
-
getKey
public IdKey getKey()
-
isApplicableToObject
public boolean isApplicableToObject(Object object)
- Specified by:
isApplicableToObjectin interfaceEntityMatch
-
resolveKey
protected abstract IdKey resolveKey()
-
-