org.onebusaway.transit_data_federation.services.tripplanner
Class HubNode

java.lang.Object
  extended by org.onebusaway.transit_data_federation.services.tripplanner.HubNode

public class HubNode
extends Object


Constructor Summary
HubNode(StopEntry hubStop, Iterable<StopEntry> stopsTo)
           
 
Method Summary
 StopEntry getHubStop()
           
 Iterable<StopEntry> getStopsTo()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HubNode

public HubNode(StopEntry hubStop,
               Iterable<StopEntry> stopsTo)
Method Detail

getHubStop

public StopEntry getHubStop()

getStopsTo

public Iterable<StopEntry> getStopsTo()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 OneBusAway. All Rights Reserved.