Uses of Record Class
com.cta4j.train.location.model.TrainLocations
Packages that use TrainLocations
-
Uses of TrainLocations in com.cta4j.train.location
Methods in com.cta4j.train.location that return types with arguments of type TrainLocationsModifier and TypeMethodDescriptiondefault List<TrainLocations> LocationsApi.findAll()Retrieves train locations for all lines.default List<TrainLocations> LocationsApi.findByLine(TrainLine line) Retrieves train locations for the specified line.LocationsApi.findByLines(List<TrainLine> lines) Retrieves train locations for the specified lines.