Class ChargingStationRegistration

    • Field Detail

      • TYPE_ID

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

      • ChargingStationRegistration

        public ChargingStationRegistration​(long time,
                                           String name,
                                           String group,
                                           List<String> applications,
                                           GeoPoint position,
                                           List<ChargingSpot> chargingSpots)
        Creates a new ChargingStationRegistration interaction.
        Parameters:
        time - Timestamp of this interaction, unit: [ns]
        name - ITS identification of the charging station
        group - The group identifier.
        applications - List of applications the charging station is equipped with.
        position - The position of the charging station.