Uses of Class
agents.policy.SupportPolicy.EnergyCarrier
-
Packages that use SupportPolicy.EnergyCarrier Package Description agents.policy communications.message -
-
Uses of SupportPolicy.EnergyCarrier in agents.policy
Methods in agents.policy that return SupportPolicy.EnergyCarrier Modifier and Type Method Description SupportPolicy.EnergyCarrier
SetPolicies. getEnergyCarrier(String set)
Returns theSupportPolicy.EnergyCarrier
associated with a given setstatic SupportPolicy.EnergyCarrier
SupportPolicy.EnergyCarrier. valueOf(String name)
Returns the enum constant of this type with the specified name.static SupportPolicy.EnergyCarrier[]
SupportPolicy.EnergyCarrier. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in agents.policy that return types with arguments of type SupportPolicy.EnergyCarrier Modifier and Type Method Description Set<SupportPolicy.EnergyCarrier>
MarketData. getAllEnergyCarriers()
Methods in agents.policy with parameters of type SupportPolicy.EnergyCarrier Modifier and Type Method Description double
MarketData. calcMarketValue(SupportPolicy.EnergyCarrier energyCarrier, de.dlr.gitlab.fame.time.TimePeriod interval)
Calculate market value based on energy carrier-specific RES infeed (wind and PV) or base price -
Uses of SupportPolicy.EnergyCarrier in communications.message
Fields in communications.message declared as SupportPolicy.EnergyCarrier Modifier and Type Field Description SupportPolicy.EnergyCarrier
TechnologySet. energyCarrier
the energy carrierSupportPolicy.EnergyCarrier
YieldPotential. energyCarrier
the energy carrierConstructors in communications.message with parameters of type SupportPolicy.EnergyCarrier Constructor Description TechnologySet(String technologySetType, SupportPolicy.EnergyCarrier energyCarrier, PolicyItem.SupportInstrument supportInstrument)
Create newTechnologySet
YieldPotential(de.dlr.gitlab.fame.time.TimeStamp timeStamp, double amount, SupportPolicy.EnergyCarrier energyCarrier)
Create newYieldPotential
-