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 SummaryNested classes/interfaces inherited from interface edu.ie3.datamodel.models.profile.LoadProfileLoadProfile.DefaultLoadProfiles
- 
Method SummaryStatic MethodsModifier and TypeMethodDescriptionstatic StandardLoadProfileReturns standard load profile corresponding to the given key.Methods inherited from interface edu.ie3.datamodel.models.profile.LoadProfilegetKey
- 
Method Details- 
parseReturns 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
 
 
-