Uses of Record Class
com.cta4j.train.common.model.Arrival
Packages that use Arrival
-
Uses of Arrival in com.cta4j.train.arrival
Methods in com.cta4j.train.arrival that return types with arguments of type ArrivalModifier and TypeMethodDescriptionArrivalsApi.findByMapId(MapArrivalQuery query) Retrieves arrival information by map ID.ArrivalsApi.findByMapId(String mapId) Retrieves arrival information by map ID.ArrivalsApi.findByStopId(StopArrivalQuery query) Retrieves arrival information by stop ID.ArrivalsApi.findByStopId(String stopId) Retrieves arrival information by stop ID. -
Uses of Arrival in com.cta4j.train.follow.model
Methods in com.cta4j.train.follow.model that return types with arguments of type ArrivalModifier and TypeMethodDescriptionFollowTrain.arrivals()Returns the value of thearrivalsrecord component.Constructor parameters in com.cta4j.train.follow.model with type arguments of type ArrivalModifierConstructorDescriptionFollowTrain(@Nullable Coordinates coordinates, List<Arrival> arrivals) Constructs aFollowTrain.