gridiq.poweranalysis.psat.parser
Class PSATResultsParser

java.lang.Object
  extended by gridiq.poweranalysis.psat.parser.PSATResultsParser
All Implemented Interfaces:
ResultsParser

public class PSATResultsParser
extends java.lang.Object
implements ResultsParser

A ResultsParser to handle simulation results generated by PSAT.

Author:
colin

Constructor Summary
PSATResultsParser()
           
 
Method Summary
 SimResults getResults()
          Gets the simulation results.
 void parseLine(java.lang.String line)
          Parses a line from a results files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSATResultsParser

public PSATResultsParser()
Method Detail

parseLine

public void parseLine(java.lang.String line)
Description copied from interface: ResultsParser
Parses a line from a results files.

Specified by:
parseLine in interface ResultsParser

getResults

public SimResults getResults()
Description copied from interface: ResultsParser
Gets the simulation results.

Specified by:
getResults in interface ResultsParser
Returns:
the simulation results.