Uses of Record Class
com.cta4j.bus.vehicle.model.VehicleMetadata
Packages that use VehicleMetadata
-
Uses of VehicleMetadata in com.cta4j.bus.vehicle.model
Methods in com.cta4j.bus.vehicle.model that return VehicleMetadataModifier and TypeMethodDescriptionVehicle.metadata()Returns the value of themetadatarecord component.Constructors in com.cta4j.bus.vehicle.model with parameters of type VehicleMetadataModifierConstructorDescriptionVehicle(String id, String route, String destination, Coordinates coordinates, boolean delayed, VehicleMetadata metadata) Constructs aVehicle.