Uses of Class
agents.policy.PolicyItem.SupportInstrument
-
Packages that use PolicyItem.SupportInstrument Package Description agents.policy agents.trader.renewable.bidding communications.message -
-
Uses of PolicyItem.SupportInstrument in agents.policy
Methods in agents.policy that return PolicyItem.SupportInstrument Modifier and Type Method Description PolicyItem.SupportInstrument
Cfd. getSupportInstrument()
PolicyItem.SupportInstrument
Cp. getSupportInstrument()
PolicyItem.SupportInstrument
FinancialCfd. getSupportInstrument()
PolicyItem.SupportInstrument
Fit. getSupportInstrument()
PolicyItem.SupportInstrument
Mpfix. getSupportInstrument()
PolicyItem.SupportInstrument
Mpvar. getSupportInstrument()
abstract PolicyItem.SupportInstrument
PolicyItem. getSupportInstrument()
static PolicyItem.SupportInstrument
PolicyItem.SupportInstrument. valueOf(String name)
Returns the enum constant of this type with the specified name.static PolicyItem.SupportInstrument[]
PolicyItem.SupportInstrument. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in agents.policy with parameters of type PolicyItem.SupportInstrument Modifier and Type Method Description static PolicyItem
PolicyItem. buildPolicy(PolicyItem.SupportInstrument instrument, de.dlr.gitlab.fame.agent.input.ParameterData group)
Instantiates aPolicyItem
from given configuration - returns null if matching configuration is not presentstatic Class<? extends PolicyItem>
PolicyItem. getClass(PolicyItem.SupportInstrument instrument)
Return the Subtype ofPolicyItem
implementing the given instrumentPolicyItem
SetPolicies.SetPolicyItems. getPolicyFor(PolicyItem.SupportInstrument instrument)
Gets thePolicyItem
of the givenPolicyItem.SupportInstrument
PolicyItem
SetPolicies. getPolicyItem(String set, PolicyItem.SupportInstrument instrument)
FetchesPolicyItem
for given set andPolicyItem.SupportInstrument
-
Uses of PolicyItem.SupportInstrument in agents.trader.renewable.bidding
Methods in agents.trader.renewable.bidding with parameters of type PolicyItem.SupportInstrument Modifier and Type Method Description protected double
PremiumBased. calcExpectedMarketPremium(ClientData clientData, de.dlr.gitlab.fame.time.TimeStamp time, PolicyItem.SupportInstrument instrument)
Return the expected market premium depending on the market premium forecast method -
Uses of PolicyItem.SupportInstrument in communications.message
Fields in communications.message declared as PolicyItem.SupportInstrument Modifier and Type Field Description PolicyItem.SupportInstrument
SupportRequestData. supportInstrument
the support instrument for the technology setPolicyItem.SupportInstrument
TechnologySet. supportInstrument
the support instrument for the technology setConstructors in communications.message with parameters of type PolicyItem.SupportInstrument Constructor Description TechnologySet(String technologySetType, SupportPolicy.EnergyCarrier energyCarrier, PolicyItem.SupportInstrument supportInstrument)
Create newTechnologySet
-