Uses of Class
org.powertac.visualizer.domain.Broker
-
Packages that use Broker Package Description org.powertac.visualizer.domain JPA domain objects.org.powertac.visualizer.repository_ptac org.powertac.visualizer.web.dto -
-
Uses of Broker in org.powertac.visualizer.domain
Methods in org.powertac.visualizer.domain that return Broker Modifier and Type Method Description Broker
Tariff. getBroker()
Constructors in org.powertac.visualizer.domain with parameters of type Broker Constructor Description Tariff(Broker broker, TariffSpecification spec)
-
Uses of Broker in org.powertac.visualizer.repository_ptac
Methods in org.powertac.visualizer.repository_ptac that return Broker Modifier and Type Method Description Broker
BrokerRepository. findById(long brokerId)
Broker
BrokerRepository. findByName(String brokerName)
Broker
BrokerRepository. save(Broker broker)
Methods in org.powertac.visualizer.repository_ptac that return types with arguments of type Broker Modifier and Type Method Description List<Broker>
BrokerRepository. findAll()
Methods in org.powertac.visualizer.repository_ptac with parameters of type Broker Modifier and Type Method Description Broker
BrokerRepository. save(Broker broker)
-
Uses of Broker in org.powertac.visualizer.web.dto
Methods in org.powertac.visualizer.web.dto that return types with arguments of type Broker Modifier and Type Method Description List<Broker>
InitMessage. getBrokers()
Method parameters in org.powertac.visualizer.web.dto with type arguments of type Broker Modifier and Type Method Description void
InitMessage. setBrokers(List<Broker> brokers)
Constructors in org.powertac.visualizer.web.dto with parameters of type Broker Constructor Description TickValueBroker(Broker broker, RetailKPIHolder retail, WholesaleKPIHolder wholesale)
Constructor parameters in org.powertac.visualizer.web.dto with type arguments of type Broker Constructor Description InitMessage(VisualizerService.VisualizerState state, CompetitionService competition, List<Broker> brokers, List<Customer> customer, List<TickSnapshot> snaps)
-