Uses of Enum Class
com.cta4j.bus.prediction.model.DynamicAction
Packages that use DynamicAction
-
Uses of DynamicAction in com.cta4j.bus.prediction.model
Methods in com.cta4j.bus.prediction.model that return DynamicActionModifier and TypeMethodDescriptionPredictionMetadata.dynamicAction()Returns the value of thedynamicActionrecord component.static DynamicActionDynamicAction.fromCode(int code) Returns theDynamicActioncorresponding to the given code.static DynamicActionReturns the enum constant of this class with the specified name.static DynamicAction[]DynamicAction.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 DynamicActionModifierConstructorDescriptionPredictionMetadata(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.