Uses of Class
gridiq.network.Demand

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

Uses of Demand in gridiq.network
 

Methods in gridiq.network that return Demand
 Demand Bus.getDemand()
          The demand attributes for this bus.
 

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

Methods in gridiq.network with parameters of type Demand
 void Network.add(Demand demand)
           
 void Bus.setDemand(Demand demand)
          Sets the demand attributes for this bus.