Class CChargingStation

java.lang.Object
org.eclipse.mosaic.fed.mapping.config.units.CChargingStation

public class CChargingStation extends Object
Definition of an EV charging station. An infrastructure which provides one or several EV charging spots to supply electric energy for charging EVs.
  • Field Details

    • position

      public GeoPoint position
      The geographic position at which the EV charging station will be created (mandatory).
    • group

      public String group
      The group name.
    • chargingSpots

      public List<CChargingStation.CChargingSpot> chargingSpots
      List of the EV charging spots associated with this EV charging station (mandatory).
    • name

      public String name
      The name of the prototype to be matched against this object (will replace missing properties) (optional).
    • applications

      public List<String> applications
      Specifies the application(-s) to be used for this object (optional).
  • Constructor Details

    • CChargingStation

      public CChargingStation()