Class CylindricalStorageResult
java.lang.Object
edu.ie3.datamodel.models.UniqueEntity
edu.ie3.datamodel.models.result.ResultEntity
edu.ie3.datamodel.models.result.thermal.ThermalUnitResult
edu.ie3.datamodel.models.result.thermal.ThermalStorageResult
edu.ie3.datamodel.models.result.thermal.CylindricalStorageResult
- All Implemented Interfaces:
Serializable
Respresents the results of
CylindricalStorageInput
- 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
ConstructorDescriptionCylindricalStorageResult
(ZonedDateTime time, UUID inputModel, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Energy> energy, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> qDot, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Dimensionless> fillLevel) Constructs the result withCylindricalStorageResult
(UUID uuid, ZonedDateTime time, UUID inputModel, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Energy> energy, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> qDot, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Dimensionless> fillLevel) Constructs the result with -
Method Summary
Modifier and TypeMethodDescriptionboolean
tech.units.indriya.ComparableQuantity<javax.measure.quantity.Dimensionless>
int
hashCode()
void
setFillLevel
(tech.units.indriya.ComparableQuantity<javax.measure.quantity.Dimensionless> fillLevel) toString()
Methods inherited from class edu.ie3.datamodel.models.result.thermal.ThermalStorageResult
getEnergy, setEnergy
Methods inherited from class edu.ie3.datamodel.models.result.thermal.ThermalUnitResult
getqDot, setqDot
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
-
CylindricalStorageResult
public CylindricalStorageResult(ZonedDateTime time, UUID inputModel, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Energy> energy, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> qDot, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Dimensionless> fillLevel) Constructs the result with- Parameters:
time
- date and time when the result is producedinputModel
- uuid of the input model that produces the resultenergy
- Currently stored energyqDot
- Heat power flowing into (> 0) or coming from (< 0) the storagefillLevel
- Fill level of the storage
-
CylindricalStorageResult
public CylindricalStorageResult(UUID uuid, ZonedDateTime time, UUID inputModel, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Energy> energy, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> qDot, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Dimensionless> fillLevel) Constructs the result with- Parameters:
uuid
- uuid of this result entity, for automatic uuid generation use primary constructor abovetime
- date and time when the result is producedinputModel
- uuid of the input model that produces the resultenergy
- Currently stored energyqDot
- Heat power flowing into (> 0) or coming from (< 0) the storagefillLevel
- Fill level of the storage
-
-
Method Details
-
getFillLevel
public tech.units.indriya.ComparableQuantity<javax.measure.quantity.Dimensionless> getFillLevel() -
setFillLevel
public void setFillLevel(tech.units.indriya.ComparableQuantity<javax.measure.quantity.Dimensionless> fillLevel) -
equals
- Overrides:
equals
in classThermalStorageResult
-
hashCode
public int hashCode()- Overrides:
hashCode
in classThermalStorageResult
-
toString
- Overrides:
toString
in classThermalStorageResult
-