org.onebusaway.transit_data_federation.impl.otp.graph.tp
Class TPQueryData

java.lang.Object
  extended by org.onebusaway.transit_data_federation.impl.otp.graph.tp.TPQueryData

public class TPQueryData
extends Object


Constructor Summary
TPQueryData(Set<StopEntry> sourceStops, Set<StopEntry> destStops)
           
 
Method Summary
 List<StopEntry> getDestStops()
           
 List<StopEntry> getSourceStops()
           
 TransferPatternData getTransferPatternData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TPQueryData

public TPQueryData(Set<StopEntry> sourceStops,
                   Set<StopEntry> destStops)
Method Detail

getTransferPatternData

public TransferPatternData getTransferPatternData()

getSourceStops

public List<StopEntry> getSourceStops()

getDestStops

public List<StopEntry> getDestStops()


Copyright © 2012 OneBusAway. All Rights Reserved.