Class EntityMatchCollection
- java.lang.Object
-
- org.onebusaway.gtfs_transformer.match.EntityMatchCollection
-
- All Implemented Interfaces:
EntityMatch
public class EntityMatchCollection extends Object implements EntityMatch
-
-
Constructor Summary
Constructors Constructor Description EntityMatchCollection(List<EntityMatch> matches)
-
-
-
Constructor Detail
-
EntityMatchCollection
public EntityMatchCollection(List<EntityMatch> matches)
-
-
Method Detail
-
isApplicableToObject
public boolean isApplicableToObject(Object object)
- Specified by:
isApplicableToObjectin interfaceEntityMatch
-
-