Uses of Class
agents.markets.meritOrder.books.OrderBookItem
-
Packages that use OrderBookItem Package Description agents.markets.meritOrder.books agents.markets.meritOrder.sensitivities -
-
Uses of OrderBookItem in agents.markets.meritOrder.books
Fields in agents.markets.meritOrder.books with type parameters of type OrderBookItem Modifier and Type Field Description protected ArrayList<OrderBookItem>
OrderBook. orderBookItems
list of all items in thisOrderBook
Methods in agents.markets.meritOrder.books that return OrderBookItem Modifier and Type Method Description OrderBookItem
SupplyOrderBook. getHighestItem()
OrderBookItem
SupplyOrderBook. getLastAwardedItem()
Can only be called once the book is updated after market clearingMethods in agents.markets.meritOrder.books that return types with arguments of type OrderBookItem Modifier and Type Method Description ArrayList<OrderBookItem>
OrderBook. filterForBidsByTrader(long traderID)
Returns list ofOrderBookItem
s that belong to the specified traderArrayList<OrderBookItem>
OrderBook. getOrderBookItems()
protected Comparator<OrderBookItem>
DemandOrderBook. getSortComparator()
sorts in descending orderprotected abstract Comparator<OrderBookItem>
OrderBook. getSortComparator()
protected Comparator<OrderBookItem>
SupplyOrderBook. getSortComparator()
Methods in agents.markets.meritOrder.books with parameters of type OrderBookItem Modifier and Type Method Description double
DemandOrderBook. getAmountOfPowerShortage(OrderBookItem highestSupplyItem)
Returns amount of power that the supply is short; can only be called once the book is updated after market clearing -
Uses of OrderBookItem in agents.markets.meritOrder.sensitivities
Methods in agents.markets.meritOrder.sensitivities with parameters of type OrderBookItem Modifier and Type Method Description protected boolean
MeritOrderSensitivity. hasPositiveBlockPower(OrderBookItem item)
Returns true if the given item as a positive block power
-