Class CChargingStation
java.lang.Object
org.eclipse.mosaic.fed.mapping.config.units.CChargingStation
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 ClassesModifier and TypeClassDescriptionstatic class
Definition of an EV charging spot. -
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies the application(-s) to be used for this object (optional).List of the EV charging spots associated with this EV charging station (mandatory).The group name.The name of the prototype to be matched against this object (will replace missing properties) (optional).The geographic position at which the EV charging station will be created (mandatory). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
position
The geographic position at which the EV charging station will be created (mandatory). -
group
The group name. -
chargingSpots
List of the EV charging spots associated with this EV charging station (mandatory). -
name
The name of the prototype to be matched against this object (will replace missing properties) (optional). -
applications
Specifies the application(-s) to be used for this object (optional).
-
-
Constructor Details
-
CChargingStation
public CChargingStation()
-