Interface RouteProducer

All Known Implementing Classes:
DefaultRouteProducer

public interface RouteProducer
Produce a GTFS Route.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.onebusaway.gtfs.model.Route
    produce(org.rutebanken.netex.model.Line line)
    Produce a GTFS Route for a given NeTEx Line.
  • Method Details

    • produce

      org.onebusaway.gtfs.model.Route produce(org.rutebanken.netex.model.Line line)
      Produce a GTFS Route for a given NeTEx Line.
      Parameters:
      line - the NeTEx line.
      Returns:
      the GTFS Route