Class VehicleRouteRegistration

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

public final class VehicleRouteRegistration extends Interaction
Extension of Interaction that propagates information about an added route. Should be used if a new route is created during the simulation.
See Also:
  • Field Details

    • TYPE_ID

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

    • VehicleRouteRegistration

      public VehicleRouteRegistration(long time, VehicleRoute route)
      Construct a new VehicleRouteRegistration.
      Parameters:
      time - Timestamp of this interaction, unit: [ns]
      route - The route to propagate
  • Method Details