org.powertac.visualizer.services
Class WholesaleService
java.lang.Object
org.powertac.visualizer.services.WholesaleService
- All Implemented Interfaces:
- Serializable, Recyclable
@Service
public class WholesaleService
- extends Object
- implements Serializable, Recyclable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WholesaleService
public WholesaleService()
findWholesaleMarket
public WholesaleMarket findWholesaleMarket(Integer timeslotSerialNumber)
getWholesaleMarkets
public Map<Integer,WholesaleMarket> getWholesaleMarkets()
getTotalTradedQuantityMWh
public double getTotalTradedQuantityMWh()
addTradedQuantityMWh
public void addTradedQuantityMWh(double quantity)
getName
public String getName()
getType
public String getType()
getTotalTradedQuantity
public String getTotalTradedQuantity()
recycle
public void recycle()
- Specified by:
recycle in interface Recyclable
Copyright © 2012 Power TAC. All Rights Reserved.