org.powertac.visualizer.services
Class WholesaleService

java.lang.Object
  extended by org.powertac.visualizer.services.WholesaleService
All Implemented Interfaces:
Serializable, Recyclable

@Service
public class WholesaleService
extends Object
implements Serializable, Recyclable

See Also:
Serialized Form

Constructor Summary
WholesaleService()
           
 
Method Summary
 void addTradedQuantityMWh(double quantity)
           
 WholesaleMarket findWholesaleMarket(Integer timeslotSerialNumber)
           
 String getName()
           
 String getTotalTradedQuantity()
           
 double getTotalTradedQuantityMWh()
           
 String getType()
           
 Map<Integer,WholesaleMarket> getWholesaleMarkets()
           
 void recycle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WholesaleService

public WholesaleService()
Method Detail

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.