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
ConstructorsConstructorDescriptionCylindricalStorageResult(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 TypeMethodDescriptionbooleantech.units.indriya.ComparableQuantity<javax.measure.quantity.Dimensionless>inthashCode()voidsetFillLevel(tech.units.indriya.ComparableQuantity<javax.measure.quantity.Dimensionless> fillLevel) toString()Methods inherited from class edu.ie3.datamodel.models.result.thermal.ThermalStorageResult
getEnergy, setEnergyMethods inherited from class edu.ie3.datamodel.models.result.thermal.ThermalUnitResult
getqDot, setqDotMethods inherited from class edu.ie3.datamodel.models.result.ResultEntity
getInputModel, getTime, setInputModel, setTimeMethods 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:
equalsin classThermalStorageResult
-
hashCode
public int hashCode()- Overrides:
hashCodein classThermalStorageResult
-
toString
- Overrides:
toStringin classThermalStorageResult
-