Class VehicleChargingStopRequest

java.lang.Object
org.eclipse.mosaic.rti.api.Interaction
org.eclipse.mosaic.interactions.electricity.VehicleChargingStopRequest
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Interaction>

public final class VehicleChargingStopRequest extends Interaction
This extension of Interaction is intended to be used to forward a request from a vehicle to stop charging its battery at a ChargingStationData to the RTI.
See Also:
  • Field Details

    • TYPE_ID

      public static final String TYPE_ID
      String identifying the type of this interaction.
  • Constructor Details

    • VehicleChargingStopRequest

      public VehicleChargingStopRequest(long time, String vehicleId)
      Creates a new VehicleChargingStopRequest interaction.
      Parameters:
      time - Timestamp of this interaction, unit: [ns]
      vehicleId - String identifying the vehicle sending this interaction
  • Method Details