Uses of Class
org.powertac.visualizer.web.dto.TickValueBroker
- 
Packages that use TickValueBroker Package Description org.powertac.visualizer.domain JPA domain objects. - 
- 
Uses of TickValueBroker in org.powertac.visualizer.domain
Methods in org.powertac.visualizer.domain that return types with arguments of type TickValueBroker Modifier and Type Method Description List<TickValueBroker>TickSnapshot. getTickValueBrokers()Method parameters in org.powertac.visualizer.domain with type arguments of type TickValueBroker Modifier and Type Method Description voidTickSnapshot. setTickValueBrokers(List<TickValueBroker> tickValueBrokers)Constructor parameters in org.powertac.visualizer.domain with type arguments of type TickValueBroker Constructor Description TickSnapshot(long timeInstance, int timeSlot, List<TickValueBroker> brokerTicks, List<TickValueCustomer> customerTicks) 
 -