Module org.entur.netex.gtfs.export
Interface TransferProducer
- All Known Implementing Classes:
DefaultTransferProducer
public interface TransferProducer
Produce a GTFS Transfer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionorg.onebusaway.gtfs.model.Transferproduce(org.rutebanken.netex.model.ServiceJourneyInterchange serviceJourneyInterchange) Produce a GTFS Transfer from a NeTEx Service Journey Interchange.
-
Field Details
-
TRANSFER_RECOMMENDED
static final int TRANSFER_RECOMMENDED- See Also:
-
TRANSFER_TIMED
static final int TRANSFER_TIMED- See Also:
-
TRANSFER_MINIMAL
static final int TRANSFER_MINIMAL- See Also:
-
TRANSFER_NOT_ALLOWED
static final int TRANSFER_NOT_ALLOWED- See Also:
-
TRANSFER_STAY_SEATED
static final int TRANSFER_STAY_SEATED- See Also:
-
-
Method Details
-
produce
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.
-