Package agents.forecast
Class PriceForecasterFile
- java.lang.Object
-
- de.dlr.gitlab.fame.agent.Agent
-
- agents.forecast.Forecaster
-
- agents.forecast.PriceForecasterFile
-
- All Implemented Interfaces:
de.dlr.gitlab.fame.agent.AgentAbility
public class PriceForecasterFile extends Forecaster
Provides static electricity price forecasts read from file- Author:
- Christoph Schimeczek
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class agents.forecast.Forecaster
Forecaster.Products
-
-
Constructor Summary
Constructors Constructor Description PriceForecasterFile(de.dlr.gitlab.fame.agent.input.DataProvider dataProvider)
Creates newPriceForecasterFile
-
Method Summary
-
-
-
Constructor Detail
-
PriceForecasterFile
public PriceForecasterFile(de.dlr.gitlab.fame.agent.input.DataProvider dataProvider) throws de.dlr.gitlab.fame.agent.input.ParameterData.MissingDataException
Creates newPriceForecasterFile
- Parameters:
dataProvider
- holding input for this type of Forecaster- Throws:
de.dlr.gitlab.fame.agent.input.ParameterData.MissingDataException
- in case mandatory input is missing
-
-