Class EvcsInput

All Implemented Interfaces:
HasNodes, NestedEntity, Operable, Serializable

public class EvcsInput extends SystemParticipantInput
See Also:
  • Constructor Details

    • EvcsInput

      public EvcsInput(UUID uuid, String id, OperatorInput operator, OperationTime operationTime, NodeInput node, ReactivePowerCharacteristic qCharacteristics, ChargingPointType type, int chargingPoints, double cosPhiRated, EvcsLocationType locationType, boolean v2gSupport)
      Parameters:
      uuid - Unique identifier
      id - Human readable identifier
      operator - of the asset
      operationTime - Time for which the entity is operated
      node - that the asset is connected to
      qCharacteristics - Description of a reactive power characteristic
      type - type of the charging points available to this charging station
      chargingPoints - number of charging points available at this charging station
      cosPhiRated - rated cos phi
      locationType - the location type
      v2gSupport - whether charging station supports vehicle to grid
    • EvcsInput

      public EvcsInput(UUID uuid, String id, OperatorInput operator, OperationTime operationTime, NodeInput node, ReactivePowerCharacteristic qCharacteristics, ChargingPointType type, double cosPhiRated, EvcsLocationType locationType, boolean v2gSupport)
      Parameters:
      uuid - Unique identifier
      id - Human readable identifier
      operator - of the asset
      operationTime - Time for which the entity is operated
      node - that the asset is connected to
      qCharacteristics - Description of a reactive power characteristic
      type - type of the charging points available to this charging station
      cosPhiRated - rated cos phi
      locationType - the location type
      v2gSupport - whether charging station supports vehicle to grid
    • EvcsInput

      public EvcsInput(UUID uuid, String id, NodeInput node, ReactivePowerCharacteristic qCharacteristics, ChargingPointType type, int chargingPoints, double cosPhiRated, EvcsLocationType locationType, boolean v2gSupport)
      Parameters:
      uuid - Unique identifier
      id - Human readable identifier
      node - that the asset is connected to
      qCharacteristics - Description of a reactive power characteristic
      type - type of the charging points available to this charging station
      chargingPoints - number of charging points available at this charging station
      cosPhiRated - rated cos phi
      locationType - the location type
      v2gSupport - whether charging station supports vehicle to grid
    • EvcsInput

      public EvcsInput(UUID uuid, String id, NodeInput node, ReactivePowerCharacteristic qCharacteristics, ChargingPointType type, double cosPhiRated, EvcsLocationType locationType, boolean v2gSupport)
      Parameters:
      uuid - Unique identifier
      id - Human readable identifier
      node - that the asset is connected to
      qCharacteristics - Description of a reactive power characteristic
      type - type of the charging points available to this charging station
      cosPhiRated - rated cos phi
      locationType - the location type
      v2gSupport - whether charging station supports vehicle to grid
  • Method Details