Class EvResult
- All Implemented Interfaces:
Serializable
Represents calculation results of a
EvInput
- See Also:
-
Nested Class Summary
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
ConstructorDescriptionEvResult
(ZonedDateTime time, UUID inputModel, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> p, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> q, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Dimensionless> soc) Standard constructor with automatic uuid generation.EvResult
(UUID uuid, ZonedDateTime time, UUID inputModel, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> p, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> q, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Dimensionless> soc) Standard constructor with automatic uuid generation. -
Method Summary
Methods inherited from class edu.ie3.datamodel.models.result.system.ElectricalEnergyStorageResult
equals, getSoc, hashCode
Methods inherited from class edu.ie3.datamodel.models.result.system.SystemParticipantResult
getP, getQ, setP, setQ
Methods inherited from class edu.ie3.datamodel.models.result.ResultEntity
getInputModel, getTime, setInputModel, setTime
Methods inherited from class edu.ie3.datamodel.models.UniqueEntity
getUuid
-
Constructor Details
-
EvResult
public EvResult(ZonedDateTime time, UUID inputModel, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> p, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> q, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Dimensionless> soc) Standard constructor with automatic uuid generation.- Parameters:
time
- date and time when the result is producedinputModel
- uuid of the input model that produces the resultp
- active power output normally provided in MWq
- reactive power output normally provided in MVArsoc
- the current state of charge of the electric vehicle
-
EvResult
public EvResult(UUID uuid, ZonedDateTime time, UUID inputModel, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> p, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> q, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Dimensionless> soc) Standard constructor with automatic uuid generation.- Parameters:
uuid
- Unique identifiertime
- date and time when the result is producedinputModel
- uuid of the input model that produces the resultp
- active power output normally provided in MWq
- reactive power output normally provided in MVArsoc
- the current state of charge of the electric vehicle
-
-
Method Details
-
toString
- Overrides:
toString
in classElectricalEnergyStorageResult
-