Uses of Class
gridiq.network.Supply

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

Uses of Supply in gridiq.network
 

Methods in gridiq.network that return types with arguments of type Supply
 java.util.Set<Supply> Bus.getSupplies()
          The supply attributes for this bus.
 java.util.HashSet<Supply> Network.getSupplies()
           
 

Methods in gridiq.network with parameters of type Supply
 void Network.add(Supply supply)
           
 void Bus.addSupply(Supply supply)
          Adds a supply attribute to this bus.