public class TripSchedule extends Object implements Serializable, Comparable<TripSchedule>
Constructor and Description |
---|
TripSchedule(com.conveyal.gtfs.model.Trip trip,
int[] arrivals,
int[] departures,
int serviceCode) |
Modifier and Type | Method and Description |
---|---|
void |
chainTo(TripSchedule that) |
int |
compareTo(TripSchedule other) |
boolean |
getFlag(TripFlag tripFlag) |
void |
setFlag(TripFlag tripFlag) |
public TripSchedule(com.conveyal.gtfs.model.Trip trip, int[] arrivals, int[] departures, int serviceCode)
public void setFlag(TripFlag tripFlag)
public boolean getFlag(TripFlag tripFlag)
public int compareTo(TripSchedule other)
compareTo
in interface Comparable<TripSchedule>
public void chainTo(TripSchedule that)
Copyright © 2015. All rights reserved.