Package agents.heatPump.strategists
Class OptimisationOutputs
- java.lang.Object
-
- agents.heatPump.strategists.OptimisationOutputs
-
public class OptimisationOutputs extends Object
Comprises output data from the external model, which is called by the heat pump strategist typeStrategistExternal
, to be used back in AMIRIS.- Author:
- Evelyn Sperber, Christoph Schimeczek
-
-
Constructor Summary
Constructors Constructor Description OptimisationOutputs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList<Double>
getElectricity_demand()
void
setElectricity_demand(ArrayList<Double> electricity_demand)
Sets aggregated electricity demand from grid of heat pumps
-