Uses of Class
gridiq.network.SlackGenerator

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

Uses of SlackGenerator in gridiq.network
 

Methods in gridiq.network that return SlackGenerator
 SlackGenerator Bus.getSlackGenerator()
          The Slack Generator attributes of the bus.
 

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

Methods in gridiq.network with parameters of type SlackGenerator
 void Network.add(SlackGenerator slackGenerator)
           
 void Bus.setSlackGenerator(SlackGenerator slackGenerator)
          Sets the Slack Generator attributes of the bus.