public interface Auctioneer
| Modifier and Type | Method and Description |
|---|---|
void |
clearMarket()
Clears the market by matching all Orders that have arrived since the
last market clearing.
|
void |
processOrder(org.powertac.common.Order order)
Processes an incoming order, typically by saving it on a list for the
next market clearing.
|
void processOrder(org.powertac.common.Order order)
void clearMarket()
Copyright © 2016 Power TAC. All Rights Reserved.