Class 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 Detail

      • position

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

        public String group
        The group name.
      • 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 Detail

      • CChargingStation

        public CChargingStation()