Uses of Enum Class
com.cta4j.bus.prediction.model.PassengerLoad
Packages that use PassengerLoad
-
Uses of PassengerLoad in com.cta4j.bus.prediction.model
Methods in com.cta4j.bus.prediction.model that return PassengerLoadModifier and TypeMethodDescriptionPredictionMetadata.passengerLoad()Returns the value of thepassengerLoadrecord component.static PassengerLoadReturns the enum constant of this class with the specified name.static PassengerLoad[]PassengerLoad.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.cta4j.bus.prediction.model with parameters of type PassengerLoadModifierConstructorDescriptionPredictionMetadata(Instant timestamp, DynamicAction dynamicAction, String blockId, String tripId, String originalTripNumber, @Nullable String countdownLabel, String zone, PassengerLoad passengerLoad, @Nullable Integer gtfsSequence, @Nullable String nextBus, @Nullable Integer scheduledStartSeconds, @Nullable LocalDate scheduledStartDate, FlagStop flagStop) Constructs aPredictionMetadata. -
Uses of PassengerLoad in com.cta4j.bus.vehicle.model
Methods in com.cta4j.bus.vehicle.model that return PassengerLoadModifier and TypeMethodDescriptionVehicleMetadata.passengerLoad()Returns the value of thepassengerLoadrecord component.Constructors in com.cta4j.bus.vehicle.model with parameters of type PassengerLoadModifierConstructorDescriptionVehicleMetadata(@Nullable String dataFeed, @Nullable Instant lastUpdated, String patternId, int distanceToPatternPoint, @Nullable Integer stopStatus, @Nullable Integer timepointId, @Nullable String stopId, @Nullable Integer sequence, @Nullable Integer gtfsSequence, @Nullable Instant serverTimestamp, @Nullable Integer speed, @Nullable Integer block, String blockId, String tripId, String originalTripNumber, String zone, TransitMode mode, PassengerLoad passengerLoad, @Nullable Integer scheduledStartSeconds, @Nullable LocalDate scheduledStartDate) Constructs aVehicleMetadata.