Class EvcsInput
java.lang.Object
edu.ie3.datamodel.models.UniqueEntity
edu.ie3.datamodel.models.input.InputEntity
edu.ie3.datamodel.models.input.AssetInput
edu.ie3.datamodel.models.input.system.SystemParticipantInput
edu.ie3.datamodel.models.input.system.EvcsInput
- All Implemented Interfaces:
HasNodes
,NestedEntity
,Operable
,Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A builder pattern based approach to create copies ofEvcsInput
entities with altered field values.Nested classes/interfaces inherited from class edu.ie3.datamodel.models.input.system.SystemParticipantInput
SystemParticipantInput.SystemParticipantInputCopyBuilder<T extends SystemParticipantInput.SystemParticipantInputCopyBuilder<T>>
Nested classes/interfaces inherited from class edu.ie3.datamodel.models.input.AssetInput
AssetInput.AssetInputCopyBuilder<T extends AssetInput.AssetInputCopyBuilder<T>>
Nested classes/interfaces inherited from class edu.ie3.datamodel.models.UniqueEntity
UniqueEntity.UniqueEntityBuilder, UniqueEntity.UniqueEntityCopyBuilder<T extends UniqueEntity.UniqueEntityBuilder>
-
Field Summary
Fields inherited from class edu.ie3.datamodel.models.UniqueEntity
UUID_FIELD_NAME
-
Constructor Summary
ConstructorDescriptionEvcsInput
(UUID uuid, String id, NodeInput node, ReactivePowerCharacteristic qCharacteristics, ChargingPointType type, double cosPhiRated, EvcsLocationType locationType, boolean v2gSupport) EvcsInput
(UUID uuid, String id, NodeInput node, ReactivePowerCharacteristic qCharacteristics, ChargingPointType type, int chargingPoints, double cosPhiRated, EvcsLocationType locationType, boolean v2gSupport) EvcsInput
(UUID uuid, String id, OperatorInput operator, OperationTime operationTime, NodeInput node, ReactivePowerCharacteristic qCharacteristics, ChargingPointType type, double cosPhiRated, EvcsLocationType locationType, boolean v2gSupport) EvcsInput
(UUID uuid, String id, OperatorInput operator, OperationTime operationTime, NodeInput node, ReactivePowerCharacteristic qCharacteristics, ChargingPointType type, int chargingPoints, double cosPhiRated, EvcsLocationType locationType, boolean v2gSupport) -
Method Summary
Methods inherited from class edu.ie3.datamodel.models.input.system.SystemParticipantInput
allNodes, getNode, getqCharacteristics
Methods inherited from class edu.ie3.datamodel.models.input.AssetInput
getId, getOperationTime, getOperator
Methods inherited from class edu.ie3.datamodel.models.UniqueEntity
getUuid
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface edu.ie3.datamodel.models.Operable
inOperationOn
-
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 identifierid
- Human readable identifieroperator
- of the assetoperationTime
- Time for which the entity is operatednode
- that the asset is connected toqCharacteristics
- Description of a reactive power characteristictype
- type of the charging points available to this charging stationchargingPoints
- number of charging points available at this charging stationcosPhiRated
- rated cos philocationType
- the location typev2gSupport
- 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 identifierid
- Human readable identifieroperator
- of the assetoperationTime
- Time for which the entity is operatednode
- that the asset is connected toqCharacteristics
- Description of a reactive power characteristictype
- type of the charging points available to this charging stationcosPhiRated
- rated cos philocationType
- the location typev2gSupport
- 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 identifierid
- Human readable identifiernode
- that the asset is connected toqCharacteristics
- Description of a reactive power characteristictype
- type of the charging points available to this charging stationchargingPoints
- number of charging points available at this charging stationcosPhiRated
- rated cos philocationType
- the location typev2gSupport
- 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 identifierid
- Human readable identifiernode
- that the asset is connected toqCharacteristics
- Description of a reactive power characteristictype
- type of the charging points available to this charging stationcosPhiRated
- rated cos philocationType
- the location typev2gSupport
- whether charging station supports vehicle to grid
-
-
Method Details
-
getType
-
getChargingPoints
public int getChargingPoints() -
getCosPhiRated
public double getCosPhiRated() -
getLocationType
-
getV2gSupport
public boolean getV2gSupport() -
copy
- Specified by:
copy
in classSystemParticipantInput
-
equals
- Overrides:
equals
in classSystemParticipantInput
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSystemParticipantInput
-
toString
- Overrides:
toString
in classSystemParticipantInput
-