Class VehicleMapping

java.lang.Object
org.eclipse.mosaic.lib.objects.mapping.UnitMapping
org.eclipse.mosaic.lib.objects.mapping.VehicleMapping
All Implemented Interfaces:
Serializable

@Immutable public final class VehicleMapping extends UnitMapping
A vehicle simulation unit that is equipped with applications.
See Also:
  • Constructor Details

    • VehicleMapping

      public VehicleMapping(String name, String group, List<String> applications, VehicleType vehicleType)
      Creates a new ApplicationVehicle.
      Parameters:
      name - The name of the vehicle.
      group - The group name of the vehicle.
      applications - The list of applications the vehicle is equipped with.
      vehicleType - The vehicle type.
  • Method Details