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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CChargingStation.CChargingSpot
Definition of an EV charging spot.
-
Field Summary
Fields Modifier and Type Field Description List<String>
applications
Specifies the application(-s) to be used for this object (optional).List<CChargingStation.CChargingSpot>
chargingSpots
List of the EV charging spots associated with this EV charging station (mandatory).String
group
The group name.String
name
The name of the prototype to be matched against this object (will replace missing properties) (optional).GeoPoint
position
The geographic position at which the EV charging station will be created (mandatory).
-
Constructor Summary
Constructors Constructor Description CChargingStation()
-
-
-
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.
-
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).
-
-