Package org.powertac.visualizer.web.dto
Class TickValueBroker
- java.lang.Object
 - 
- org.powertac.visualizer.web.dto.TickValueBroker
 
 
- 
public class TickValueBroker extends Object
This object holds broker values obtained in a time slot.- Author:
 - Jurica Babic, Govert Buijs, Erik Kemperman
 
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedTickValueBroker()TickValueBroker(Broker broker, RetailKPIHolder retail, WholesaleKPIHolder wholesale) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetCash()longgetId()RetailKPIHoldergetRetail()WholesaleKPIHoldergetWholesale()booleanisEmpty() 
 - 
 
- 
- 
Constructor Detail
- 
TickValueBroker
protected TickValueBroker()
 
- 
TickValueBroker
public TickValueBroker(Broker broker, RetailKPIHolder retail, WholesaleKPIHolder wholesale)
 
 - 
 
- 
Method Detail
- 
getId
public long getId()
 
- 
getRetail
public RetailKPIHolder getRetail()
 
- 
getWholesale
public WholesaleKPIHolder getWholesale()
 
- 
getCash
public double getCash()
 
- 
isEmpty
public boolean isEmpty()
 
 - 
 
 -