Uses of Class
org.powertac.common.msg.BalancingOrder
-
Packages that use BalancingOrder Package Description org.powertac.common.repo Repositories that need to exist in both the Power TAC simulation server and in brokers. -
-
Uses of BalancingOrder in org.powertac.common.repo
Methods in org.powertac.common.repo that return types with arguments of type BalancingOrder Modifier and Type Method Description Collection<BalancingOrder>TariffRepo. getBalancingOrders()Retrieves the complete set of balancing ordersMethods in org.powertac.common.repo with parameters of type BalancingOrder Modifier and Type Method Description voidTariffRepo. addBalancingOrder(BalancingOrder order)Adds a balancing order, indexed by its TariffSpec
-