Package org.onebusaway.transit_data_federation.impl.tripplanner

Examples of org.onebusaway.transit_data_federation.impl.tripplanner.StopTransferAndHopData


    try {

      Map<AgencyAndId, List<StopHopData>> stopHops = getStopHopData();
      Map<AgencyAndId, List<StopTransferData>> stopTransfers = getStopTransferData();

      StopTransferAndHopData allData = new StopTransferAndHopData();
      allData.setTransferData(stopTransfers);
      allData.setHopData(stopHops);

      ObjectSerializationLibrary.writeObject(_bundle.getStopTransfersPath(),
          allData);

      _refreshService.refresh(RefreshableResources.STOP_TRANSFER_DATA);
View Full Code Here

TOP

Related Classes of org.onebusaway.transit_data_federation.impl.tripplanner.StopTransferAndHopData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.