Interface TransferProducer

All Known Implementing Classes:
DefaultTransferProducer

public interface TransferProducer
Produce a GTFS Transfer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.onebusaway.gtfs.model.Transfer
    produce(org.rutebanken.netex.model.ServiceJourneyInterchange serviceJourneyInterchange)
    Produce a GTFS Transfer from a NeTEx Service Journey Interchange.
  • Field Details

  • Method Details

    • produce

      @Nullable org.onebusaway.gtfs.model.Transfer produce(org.rutebanken.netex.model.ServiceJourneyInterchange serviceJourneyInterchange)
      Produce a GTFS Transfer from a NeTEx Service Journey Interchange.
      Parameters:
      serviceJourneyInterchange - the NeTEx Service Journey Interchange.
      Returns:
      the GTFS Transfer or null if the transfer cannot be mapped to GTFS.