org.onebusaway.gtfs_transformer.factory
Class PropertyMatches

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

public class PropertyMatches
extends java.lang.Object


Constructor Summary
PropertyMatches(java.util.Map<org.onebusaway.collections.PropertyPathExpression,java.lang.Object> propertyMatches)
           
 
Method Summary
 java.util.Map<org.onebusaway.collections.PropertyPathExpression,java.lang.Object> getPropertyMatches()
           
 boolean isApplicableToObject(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(java.util.Map<org.onebusaway.collections.PropertyPathExpression,java.lang.Object> propertyMatches)
Method Detail

getPropertyMatches

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

isApplicableToObject

public boolean isApplicableToObject(BeanWrapper wrapped)


Copyright © 2011 OneBusAway. All Rights Reserved.