Uses of Class
org.powertac.genco.Genco
-
Packages that use Genco Package Description org.powertac.genco -
-
Uses of Genco in org.powertac.genco
Subclasses of Genco in org.powertac.genco Modifier and Type Class Description class
Buyer
This is a simple buyer that provides some amount of market liquidity, as well as a modest amount of volatility, to the wholesale market.Methods in org.powertac.genco that return Genco Modifier and Type Method Description Genco
Genco. withCarbonEmissionRate(double rate)
Fluent setter for carbonEmissionRate.Genco
Genco. withCommitmentLeadtime(int leadtime)
Fluent setter for commitment leadtime.Genco
Genco. withCost(double cost)
Fluent setter for nominal capacityGenco
Genco. withNominalCapacity(double capacity)
Fluent setter for nominal capacityGenco
Genco. withReliability(double reliability)
Fluent setter for reliability.Genco
Genco. withVariability(double var)
Fluent setter for variability.Method parameters in org.powertac.genco with type arguments of type Genco Modifier and Type Method Description void
SimpleGencoService. init(List<Genco> gencos)
Simply receives and stores the list of genco and buyer instances generated by the initialization service.
-