Class PropertyValueEntityMatch
- java.lang.Object
-
- org.onebusaway.gtfs_transformer.match.PropertyValueEntityMatch
-
- All Implemented Interfaces:
EntityMatch
public class PropertyValueEntityMatch extends Object implements EntityMatch
-
-
Constructor Summary
Constructors Constructor Description PropertyValueEntityMatch(org.onebusaway.collections.beans.PropertyPathExpression expression, ValueMatcher matcher)
-
-
-
Constructor Detail
-
PropertyValueEntityMatch
public PropertyValueEntityMatch(org.onebusaway.collections.beans.PropertyPathExpression expression, ValueMatcher matcher)
-
-
Method Detail
-
isApplicableToObject
public boolean isApplicableToObject(Object object)
- Specified by:
isApplicableToObjectin interfaceEntityMatch
-
-