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 classBuyerThis 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 GencoGenco. withCarbonEmissionRate(double rate)Fluent setter for carbonEmissionRate.GencoGenco. withCommitmentLeadtime(int leadtime)Fluent setter for commitment leadtime.GencoGenco. withCost(double cost)Fluent setter for nominal capacityGencoGenco. withNominalCapacity(double capacity)Fluent setter for nominal capacityGencoGenco. withReliability(double reliability)Fluent setter for reliability.GencoGenco. withVariability(double var)Fluent setter for variability.Method parameters in org.powertac.genco with type arguments of type Genco Modifier and Type Method Description voidSimpleGencoService. init(List<Genco> gencos)Simply receives and stores the list of genco and buyer instances generated by the initialization service.
-