Uses of Class
gridiq.network.Line

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

Uses of Line in gridiq.network
 

Methods in gridiq.network that return types with arguments of type Line
 java.util.Set<Line> Bus.getFromLines()
          Lines from this bus to other buses.
 java.util.HashSet<Line> Network.getLines()
           
 java.util.Set<Line> Bus.getToLines()
          The lines to this bus from other buses.
 

Methods in gridiq.network with parameters of type Line
 void Network.add(Line line)
           
 void Bus.addFromLine(Line line)
          Adds a line from this bus.
 void Bus.addToLine(Line line)
          Adds a line to this bus.