Package edu.ie3.datamodel.models.profile
Interface StandardLoadProfile
- All Superinterfaces:
LoadProfile
,Serializable
- All Known Implementing Classes:
BdewStandardLoadProfile
Giving reference to a known standard load profile to apply to a
LoadInput
. This interface does nothing more, than giving a
reference, the values have to be provided by the simulator using the models.
If you intend to provide distinct values, create either an IndividualTimeSeries
or
RepetitiveTimeSeries
and assign it to the model via mapping to the model.
-
Nested Class Summary
Nested classes/interfaces inherited from interface edu.ie3.datamodel.models.profile.LoadProfile
LoadProfile.DefaultLoadProfiles
-
Method Summary
Modifier and TypeMethodDescriptionstatic StandardLoadProfile
Returns standard load profile corresponding to the given key.Methods inherited from interface edu.ie3.datamodel.models.profile.LoadProfile
getKey
-
Method Details
-
parse
Returns standard load profile corresponding to the given key.- Parameters:
key
- to look for- Returns:
- the matching standard load profile
- Throws:
ParsingException
- If key cannot be parsed
-