Uses of Class
gridiq.network.PVGenerator

Packages that use PVGenerator
gridiq.network GridIQ - A test bed for smart grid agents This component defines the power network model used by the system. 
 

Uses of PVGenerator in gridiq.network
 

Methods in gridiq.network that return PVGenerator
 PVGenerator Bus.getPVGenerator()
          The PV Generator attributes of the bus.
 

Methods in gridiq.network that return types with arguments of type PVGenerator
 java.util.HashSet<PVGenerator> Network.getPVGenerators()
           
 

Methods in gridiq.network with parameters of type PVGenerator
 void Network.add(PVGenerator pvGenerator)
           
 void Bus.setPVGenerator(PVGenerator pvGenerator)
          Sets the PV Generator attributes of the bus.