Uses of Class
gridiq.network.PQLoad

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

Uses of PQLoad in gridiq.network
 

Methods in gridiq.network that return PQLoad
 PQLoad Bus.getPQLoad()
          The PQ Load attributes of the bus.
 

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

Methods in gridiq.network with parameters of type PQLoad
 void Network.add(PQLoad pqLoad)
           
 void Bus.setPQLoad(PQLoad pqLoad)
          Sets the PQ Load attributes of the bus.