Uses of Class
communications.message.SupportRequestData
-
Packages that use SupportRequestData Package Description agents.policy communications.message -
-
Uses of SupportRequestData in agents.policy
Methods in agents.policy with parameters of type SupportRequestData Modifier and Type Method Description double
Cfd. calcEligibleCapacity(SupportRequestData request)
double
Cp. calcEligibleCapacity(SupportRequestData request)
double
FinancialCfd. calcEligibleCapacity(SupportRequestData request)
double
Fit. calcEligibleCapacity(SupportRequestData request)
double
Mpfix. calcEligibleCapacity(SupportRequestData request)
double
Mpvar. calcEligibleCapacity(SupportRequestData request)
abstract double
PolicyItem. calcEligibleCapacity(SupportRequestData request)
Calculate the capacity eligible for support under the given instrumentdouble
Cfd. calcEligibleInfeed(TreeMap<de.dlr.gitlab.fame.time.TimeStamp,Double> powerPrices, SupportRequestData request)
double
Cp. calcEligibleInfeed(TreeMap<de.dlr.gitlab.fame.time.TimeStamp,Double> powerPrices, SupportRequestData request)
double
FinancialCfd. calcEligibleInfeed(TreeMap<de.dlr.gitlab.fame.time.TimeStamp,Double> powerPrices, SupportRequestData request)
Does not return the actual infeed, but the negative profit total of the reference power plant in the accounting perioddouble
Fit. calcEligibleInfeed(TreeMap<de.dlr.gitlab.fame.time.TimeStamp,Double> powerPrice, SupportRequestData request)
double
Mpfix. calcEligibleInfeed(TreeMap<de.dlr.gitlab.fame.time.TimeStamp,Double> powerPrices, SupportRequestData request)
double
Mpvar. calcEligibleInfeed(TreeMap<de.dlr.gitlab.fame.time.TimeStamp,Double> powerPrices, SupportRequestData request)
abstract double
PolicyItem. calcEligibleInfeed(TreeMap<de.dlr.gitlab.fame.time.TimeStamp,Double> powerPrices, SupportRequestData request)
Calculate the infeed eligible for support under the given instrument -
Uses of SupportRequestData in communications.message
Constructors in communications.message with parameters of type SupportRequestData Constructor Description SupportResponseData(SupportRequestData supportRequestData, double payment, double marketPremium)
Create newSupportRequestData
-