org.onebusaway.gtfs_transformer.factory
Class PropertyMatches

java.lang.Object
  extended by org.onebusaway.gtfs_transformer.factory.PropertyMatches

public class PropertyMatches
extends Object


Constructor Summary
PropertyMatches(Map<org.onebusaway.collections.PropertyPathExpression,Object> propertyMatches)
           
 
Method Summary
 Map<org.onebusaway.collections.PropertyPathExpression,Object> getPropertyMatches()
           
 boolean isApplicableToObject(org.onebusaway.csv_entities.schema.BeanWrapper wrapped)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyMatches

public PropertyMatches(Map<org.onebusaway.collections.PropertyPathExpression,Object> propertyMatches)
Method Detail

getPropertyMatches

public Map<org.onebusaway.collections.PropertyPathExpression,Object> getPropertyMatches()

isApplicableToObject

public boolean isApplicableToObject(org.onebusaway.csv_entities.schema.BeanWrapper wrapped)


Copyright © 2011 OneBusAway. All Rights Reserved.