Uses of Class
gridiq.poweranalysis.results.SimResults

Packages that use SimResults
gridiq.poweranalysis GridIQ - A test bed for smart grid agents Classes in this component are responsible for directly interacting with the power simulation tool. 
gridiq.poweranalysis.psat.parser GridIQ - A test bed for smart grid agents This package containes classes for parsing and serialising PSAT data files. 
gridiq.simulation GridIQ - A test bed for smart grid agents This package contains core classes for running simulations. 
 

Uses of SimResults in gridiq.poweranalysis
 

Methods in gridiq.poweranalysis that return SimResults
 SimResults NetworkParser.readResults(java.io.File resultsFile)
          Parses a simulation results file into a SimResults file.
 SimResults PSATSolver.solve(Network network)
          Performs a power flow analysis/simulation on the given network.
 SimResults PowerFlowSolver.solve(Network network)
          Performs a power flow analysis/simulation on the given network.
 

Uses of SimResults in gridiq.poweranalysis.psat.parser
 

Methods in gridiq.poweranalysis.psat.parser that return SimResults
 SimResults PSATResultsParser.getResults()
           
 SimResults ResultsParser.getResults()
          Gets the simulation results.
 SimResults PSATParser.readResults(java.io.File resultsFile)
           
 

Uses of SimResults in gridiq.simulation
 

Methods in gridiq.simulation that return SimResults
 SimResults SimulationController.runPowerAnalysis()
          Runs a power flow analysis.
 

Methods in gridiq.simulation with parameters of type SimResults
 void GnuPlotWriter.saveResults(SimResults results)
           
 void ResultsWriter.saveResults(SimResults results)