Uses of Class
agents.markets.meritOrder.books.OrderBook.DistributionMethod
-
Packages that use OrderBook.DistributionMethod Package Description agents.markets.meritOrder agents.markets.meritOrder.books -
-
Uses of OrderBook.DistributionMethod in agents.markets.meritOrder
Methods in agents.markets.meritOrder with parameters of type OrderBook.DistributionMethod Modifier and Type Method Description void
MarketClearingResult. setBooks(SupplyOrderBook supplyBook, DemandOrderBook demandBook, OrderBook.DistributionMethod distributionMethod)
Set and update books, i.e. award contained bids according to their individual results -
Uses of OrderBook.DistributionMethod in agents.markets.meritOrder.books
Methods in agents.markets.meritOrder.books that return OrderBook.DistributionMethod Modifier and Type Method Description static OrderBook.DistributionMethod
OrderBook.DistributionMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static OrderBook.DistributionMethod[]
OrderBook.DistributionMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in agents.markets.meritOrder.books with parameters of type OrderBook.DistributionMethod Modifier and Type Method Description void
OrderBook. updateAwardedPowerInBids(double totalAwardedPower, double awardedPrice, OrderBook.DistributionMethod method)
Updates awarded powers of all containedOrderBookItem
s, based on the given parameters
-