Package edu.ie3.datamodel.io.source
Interface WholesalePriceSource
- All Superinterfaces:
DataSource
Describes a data source for wholesale prices
-
Method Summary
Modifier and TypeMethodDescriptiongetWholesalePrice
(edu.ie3.util.interval.ClosedInterval<ZonedDateTime> timeInterval) Return the whole sale price for the given time intervalReturn the whole sale price for the given time
-
Method Details
-
getWholesalePrice
IndividualTimeSeries<EnergyPriceValue> getWholesalePrice(edu.ie3.util.interval.ClosedInterval<ZonedDateTime> timeInterval) Return the whole sale price for the given time interval- Parameters:
timeInterval
- Queried time interval- Returns:
- wholesale price data for the specified time range as a TimeSeries
-
getWholesalePrice
Return the whole sale price for the given time- Parameters:
time
- Queried time- Returns:
- wholesale data for the specified time
-