Uses of Class
org.powertac.common.Order
- 
Packages that use Order Package Description org.powertac.auctioneer org.powertac.common.interfaces 
- 
- 
Uses of Order in org.powertac.auctioneerMethods in org.powertac.auctioneer with parameters of type Order Modifier and Type Method Description voidAuctionService. handleMessage(Order msg)Receives, validates, and queues an incoming Order message.booleanAuctionService. validateOrder(Order order)
- 
Uses of Order in org.powertac.common.interfacesMethods in org.powertac.common.interfaces with parameters of type Order Modifier and Type Method Description voidAuctioneer. processOrder(Order order)Processes an incoming order, typically by saving it on a list for the next market clearing.
 
-