Class DefaultTransferProducer

java.lang.Object
org.entur.netex.gtfs.export.producer.DefaultTransferProducer
All Implemented Interfaces:
TransferProducer

public class DefaultTransferProducer extends Object implements TransferProducer
  • Constructor Details

  • Method Details

    • produce

      public org.onebusaway.gtfs.model.Transfer produce(org.rutebanken.netex.model.ServiceJourneyInterchange serviceJourneyInterchange)
      Description copied from interface: TransferProducer
      Produce a GTFS Transfer from a NeTEx Service Journey Interchange.
      Specified by:
      produce in interface TransferProducer
      Parameters:
      serviceJourneyInterchange - the NeTEx Service Journey Interchange.
      Returns:
      the GTFS Transfer.