Package edu.ie3.datamodel.models.profile
Interface TemperatureDependantLoadProfile
- All Superinterfaces:
LoadProfile
,Serializable
- All Known Implementing Classes:
NbwTemperatureDependantLoadProfile
Temperature dependant load profiles for night storage heating and heat pumps . The profiles rely
on the VDN description for interruptable loads. For more details see here.
-
Nested Class Summary
Nested classes/interfaces inherited from interface edu.ie3.datamodel.models.profile.LoadProfile
LoadProfile.DefaultLoadProfiles
-
Method Summary
Modifier and TypeMethodDescriptionReturns temperature dependant load profile corresponding to the given key.Methods inherited from interface edu.ie3.datamodel.models.profile.LoadProfile
getKey
-
Method Details
-
parse
Returns temperature dependant load profile corresponding to the given key.- Parameters:
key
- to look for- Returns:
- the matching temperature dependant load profile
- Throws:
ParsingException
- If key cannot be parsed
-